Buckets:
ktongue/docker_container / .vscode-server /extensions /ms-python.vscode-python-envs-1.22.0 /eslint.config.mjs
| 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"], | |
| }], | |
| "@typescript-eslint/no-unused-vars": [ | |
| "error", | |
| { | |
| "args": "all", | |
| "argsIgnorePattern": "^_", | |
| "caughtErrors": "all", | |
| "caughtErrorsIgnorePattern": "^_", | |
| "destructuredArrayIgnorePattern": "^_", | |
| "varsIgnorePattern": "^_", | |
| "ignoreRestSiblings": true | |
| } | |
| ], | |
| curly: "warn", | |
| eqeqeq: "warn", | |
| "no-throw-literal": "warn", | |
| semi: "warn", | |
| "@typescript-eslint/no-explicit-any": "error", | |
| }, | |
| }]; |
Xet Storage Details
- Size:
- 1.13 kB
- Xet hash:
- 272bb20fbf3a232c400c4e57d4a14b73f05fe6c2006b72fef418c2a0fae8f38b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.