File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1414 "plugin:import/typescript"
1515 ],
1616 "parserOptions": {
17- "project": "./tsconfig.json",
18- "tsconfigRootDir": "./"
17+ "project": "tsconfig.json"
1918 },
2019 "env": { "node": true },
2120 "rules": {
2221 "import/extensions": "off",
2322 "import/no-extraneous-dependencies": "off",
2423 "no-console": "off",
2524 "no-shadow": "off",
26- "react/jsx-filename-extension": ["error", { "extensions": [".tsx"] }]
25+ "react/jsx-filename-extension": ["error", { "extensions": [".tsx"] }],
26+ "react/react-in-jsx-scope": "off"
2727 }
2828}
Original file line number Diff line number Diff line change 1818 "outDir" : " dist" ,
1919 "rootDirs" : [" ./src" , " ../common" ],
2020 "baseUrl" : " ./" ,
21- "jsx" : " react-jsx"
22-
21+ "jsx" : " react-jsx"
2322 },
2423 "ts-node" : {
2524 "files" : true
You can’t perform that action at this time.
0 commit comments