Buckets:
| import typescriptEslint from "@typescript-eslint/eslint-plugin" | |
| import tsParser from "@typescript-eslint/parser" | |
| export default [ | |
| { | |
| files: ["**/*.ts"], | |
| }, | |
| { | |
| plugins: { | |
| "@typescript-eslint": typescriptEslint, | |
| }, | |
| languageOptions: { | |
| parser: tsParser, | |
| ecmaVersion: 2022, | |
| sourceType: "module", | |
| }, | |
| rules: { | |
| "@typescript-eslint/naming-convention": [ | |
| "warn", | |
| { | |
| selector: "import", | |
| format: ["camelCase", "PascalCase"], | |
| }, | |
| ], | |
| curly: "warn", | |
| eqeqeq: "warn", | |
| "no-throw-literal": "warn", | |
| semi: "warn", | |
| }, | |
| }, | |
| ] | |
Xet Storage Details
- Size:
- 641 Bytes
- Xet hash:
- d109a247ef04cde3c4dd2f629f8b6de57c35cd6dcf99bc93b23e0cf173073caa
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.