This repository was archived by the owner on Sep 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +1
-96
lines changed
eslint-config-tslint-base
eslint-config-tslint-react Expand file tree Collapse file tree 5 files changed +1
-96
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ module.exports = {
1212 "plugin:@typescript-eslint/eslint-recommended" ,
1313 "plugin:@typescript-eslint/recommended" ,
1414 "plugin:@typescript-eslint/recommended-requiring-type-checking" ,
15- "plugin:prettier/recommended" ,
1615 ] ,
1716 files : [ "*.ts" ] ,
1817 rules : {
@@ -46,14 +45,12 @@ module.exports = {
4645 "import/no-duplicates" : "error" ,
4746 "no-empty" : "off" ,
4847 "no-useless-escape" : "off" ,
49- "prettier/prettier" : "warn" ,
5048 "simple-import-sort/exports" : "error" ,
5149 "simple-import-sort/imports" : "error" ,
5250 "sort-keys-fix/sort-keys-fix" : "warn" ,
5351 } ,
5452 } ,
5553 {
56- extends : [ "plugin:prettier/recommended" ] ,
5754 plugins : [ "json-files" ] ,
5855 files : [ "*.json" ] ,
5956 rules : {
Original file line number Diff line number Diff line change 2424 "@typescript-eslint/eslint-plugin-tslint" : " ^6.13.1" ,
2525 "@typescript-eslint/parser" : " ^6.13.1" ,
2626 "eslint" : " ^8.55.0" ,
27- "eslint-config-prettier" : " ^9.1.0" ,
2827 "eslint-plugin-eslint-comments" : " ^3.2.0" ,
2928 "eslint-plugin-import" : " ^2.29.0" ,
3029 "eslint-plugin-json-files" : " ^4.1.0" ,
3130 "eslint-plugin-prefer-arrow" : " ^1.2.3" ,
32- "eslint-plugin-prettier" : " ^5.0.1" ,
3331 "eslint-plugin-simple-import-sort" : " ^10.0.0" ,
3432 "eslint-plugin-sort-keys-fix" : " ^1.1.2" ,
35- "prettier" : " ^3.1.0" ,
3633 "typescript" : " ^5.3.2"
3734 },
3835 "publishConfig" : {
Original file line number Diff line number Diff line change @@ -2,9 +2,7 @@ module.exports = {
22 extends : [
33 "airbnb-typescript" ,
44 "react-app" ,
5- "prettier" ,
65 "plugin:@typescript-eslint/recommended" ,
7- "plugin:prettier/recommended" ,
86 "plugin:react-hooks/recommended" ,
97 ] ,
108 overrides : [
@@ -92,7 +90,6 @@ module.exports = {
9290 project : "./tsconfig.json" ,
9391 } ,
9492 plugins : [
95- "prettier" ,
9693 "simple-import-sort" ,
9794 "sort-keys-fix" ,
9895 "validate-jsx-nesting" ,
Original file line number Diff line number Diff line change 2424 "@typescript-eslint/parser" : " ^6.13.1" ,
2525 "eslint-config-airbnb" : " ^19.0.4" ,
2626 "eslint-config-airbnb-typescript" : " ^17.1.0" ,
27- "eslint-config-prettier" : " ^9.1.0" ,
2827 "eslint-config-react-app" : " ^7.0.1" ,
2928 "eslint-import-resolver-typescript" : " ^3.6.1" ,
3029 "eslint-plugin-import" : " ^2.29.0" ,
3130 "eslint-plugin-json-files" : " ^4.1.0" ,
3231 "eslint-plugin-jsx-a11y" : " ^6.8.0" ,
33- "eslint-plugin-prettier" : " ^5.0.1" ,
3432 "eslint-plugin-react" : " ^7.33.2" ,
3533 "eslint-plugin-react-hooks" : " ^4.6.0" ,
3634 "eslint-plugin-simple-import-sort" : " ^10.0.0" ,
3735 "eslint-plugin-sort-keys-fix" : " ^1.1.2" ,
38- "eslint-plugin-validate-jsx-nesting" : " ^0.1.1" ,
39- "prettier" : " ^3.1.0"
36+ "eslint-plugin-validate-jsx-nesting" : " ^0.1.1"
4037 },
4138 "publishConfig" : {
4239 "access" : " public" ,
You can’t perform that action at this time.
0 commit comments