This repository was archived by the owner on Sep 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +101
-2443
lines changed
eslint-config-tslint-base
eslint-config-tslint-react Expand file tree Collapse file tree 4 files changed +101
-2443
lines changed Original file line number Diff line number Diff line change 2323 "@typescript-eslint/eslint-plugin" : " ^7.7.1" ,
2424 "@typescript-eslint/eslint-plugin-tslint" : " ^7.0.2" ,
2525 "@typescript-eslint/parser" : " ^7.7.1" ,
26- "eslint" : " ^9.1.1 " ,
26+ "eslint" : " ^8.57.0 " ,
2727 "eslint-plugin-eslint-comments" : " ^3.2.0" ,
2828 "eslint-plugin-import" : " ^2.29.1" ,
2929 "eslint-plugin-json-files" : " ^4.2.0" ,
3535 "access" : " public" ,
3636 "registry" : " https://registry.npmjs.org/"
3737 }
38- }
38+ }
Original file line number Diff line number Diff line change 11module . exports = {
22 extends : [
33 'airbnb-typescript' ,
4- 'react-app' ,
54 'plugin:@typescript-eslint/recommended' ,
65 'plugin:react-hooks/recommended' ,
76 ] ,
Original file line number Diff line number Diff line change 2424 "@typescript-eslint/parser" : " ^7.7.1" ,
2525 "eslint-config-airbnb" : " ^19.0.4" ,
2626 "eslint-config-airbnb-typescript" : " ^18.0.0" ,
27- "eslint-config-react-app" : " ^7.0.1" ,
2827 "eslint-import-resolver-typescript" : " ^3.6.1" ,
2928 "eslint-plugin-import" : " ^2.29.1" ,
3029 "eslint-plugin-json-files" : " ^4.2.0" ,
3837 "access" : " public" ,
3938 "registry" : " https://registry.npmjs.org/"
4039 }
41- }
40+ }
You can’t perform that action at this time.
0 commit comments