|
- {
- "root": true,
- "rules": {
- "quote-props": "off",
- "react/jsx-props-no-spreading": "off",
- "react/button-has-type": "off",
- "import/no-extraneous-dependencies": "off",
- "no-tabs": "off",
- "indent": "off",
- "react/jsx-indent": "off",
- "react/jsx-indent-props": "off"
- },
- "extends": [
- "lxsmnsyc/typescript/react"
- ],
- "parserOptions": {
- "project": "./tsconfig.eslint.json"
- }
- }
|