|
12345678910111213 |
- {
- "root": true,
- "extends": [
- "lxsmnsyc/typescript"
- ],
- "rules": {
- "import/prefer-default-export": "off",
- "@typescript-eslint/unbound-method": "off"
- },
- "parserOptions": {
- "project": "./tsconfig.eslint.json"
- }
- }
|