|
- {
- "root": true,
- "extends": [
- "lxsmnsyc/typescript/react"
- ],
- "rules": {
- "no-tabs": "off",
- "indent": ["error", "tab"],
- "react/jsx-indent-props": ["error", "tab"],
- "react/jsx-indent": ["error", "tab"],
- "react/jsx-props-no-spreading": "off",
- "@typescript-eslint/no-misused-promises": "off",
- "@typescript-eslint/no-namespace": "off"
- },
- "parserOptions": {
- "project": "./tsconfig.eslint.json"
- }
- }
|