File tree Expand file tree Collapse file tree 5 files changed +136
-83
lines changed Expand file tree Collapse file tree 5 files changed +136
-83
lines changed Original file line number Diff line number Diff line change 1818 // Disable <Fragment> => <> replacement. Feel free to change
1919 "react/jsx-fragments": "off",
2020 // Disable prefer default export
21- "import/prefer-default-export": "off"
21+ "import/prefer-default-export": "off",
22+ "@typescript-eslint/object-curly-spacing": "off"
2223 },
2324 "overrides": [
2425 {
Original file line number Diff line number Diff line change 4848 "@wojtekmaj/enzyme-adapter-react-17" : " ^0.6.0" ,
4949 "enzyme" : " ^3.11.0" ,
5050 "eslint" : " ^7.11.0" ,
51- "eslint-config-airbnb-typescript" : " ^12.0 .0" ,
51+ "eslint-config-airbnb-typescript" : " ^16.1 .0" ,
5252 "eslint-config-prettier" : " ^6.15.0" ,
5353 "eslint-plugin-import" : " ^2.22.0" ,
5454 "eslint-plugin-jsx-a11y" : " ^6.4.1" ,
Original file line number Diff line number Diff line change 1414 "@wojtekmaj/enzyme-adapter-react-17" : " ^0.6.0" ,
1515 "enzyme" : " 3.11.0" ,
1616 "eslint" : " 7.11.0" ,
17- "eslint-config-airbnb-typescript" : " 12.0 .0" ,
17+ "eslint-config-airbnb-typescript" : " 16.1 .0" ,
1818 "eslint-config-prettier" : " 6.15.0" ,
1919 "eslint-plugin-import" : " 2.22.0" ,
2020 "eslint-plugin-jsx-a11y" : " 6.4.1" ,
Original file line number Diff line number Diff line change 1616 "react/jsx-fragments": "off",
1717 // Disable prefer default export
1818 "import/prefer-default-export": "off",
19- "comma-dangle": "off"
19+ "comma-dangle": "off",
20+ "@typescript-eslint/object-curly-spacing": "off"
2021 },
2122 "overrides": [
2223 {
You can’t perform that action at this time.
0 commit comments