File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1919 "react/jsx-fragments": "off",
2020 // Disable prefer default export
2121 "import/prefer-default-export": "off"
22- }
22+ },
23+ "overrides": [
24+ {
25+ "files": ["*.ts", "*.tsx"],
26+ "parserOptions": {
27+ "ecmaVersion": 12,
28+ "project": ["./tsconfig.json"]
29+ }
30+ }
31+ ]
2332}
Original file line number Diff line number Diff line change 1515 // Disable <Fragment> => <> replacement. Feel free to change
1616 "react/jsx-fragments": "off",
1717 // Disable prefer default export
18- "import/prefer-default-export": "off"
19- }
18+ "import/prefer-default-export": "off",
19+ "comma-dangle": "off"
20+ },
21+ "overrides": [
22+ {
23+ "files": ["*.ts", "*.tsx"],
24+ "parserOptions": {
25+ "ecmaVersion": 12,
26+ "project": ["./tsconfig.json"]
27+ }
28+ }
29+ ]
2030}
You can’t perform that action at this time.
0 commit comments