File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed
Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3030 "@typescript-eslint/no-var-requires": "off",
3131 "@typescript-eslint/no-explicit-any": "off",
3232 "@typescript-eslint/no-unused-vars": "error",
33+ "@typescript-eslint/ban-ts-comment": "off",
3334 "react/no-unescaped-entities": "off",
3435 "react/prop-types": "off"
3536 },
Original file line number Diff line number Diff line change 4343 "@typescript-eslint/no-use-before-define": 0,
4444 "@typescript-eslint/no-unused-vars": 1,
4545 "@typescript-eslint/no-namespace": 0,
46+ "@typescript-eslint/ban-ts-comment": 0,
4647 "@typescript-eslint/ban-types": 0,
4748 "@typescript-eslint/adjacent-overload-signatures": 0,
4849 "@typescript-eslint/explicit-module-boundary-types": 0,
Original file line number Diff line number Diff line change 1- import './style.less'
1+ // @ts -ignore
Original file line number Diff line number Diff line change 1- import './style.less'
1+ // @ts -ignore
Original file line number Diff line number Diff line change 1- import './main.scss'
1+ // @ts -ignore
Original file line number Diff line number Diff line change 1- import './main.scss'
1+ // @ts -ignore
You can’t perform that action at this time.
0 commit comments