Skip to content

Commit

Permalink
[skip ci] Revert "add react linting"
Browse files Browse the repository at this point in the history
doesnt work properly :(

This reverts commit 18fdc33.
  • Loading branch information
Vendicated committed Oct 31, 2023
1 parent 18fdc33 commit 584885a
Show file tree
Hide file tree
Showing 37 changed files with 97 additions and 884 deletions.
12 changes: 1 addition & 11 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"unused-imports",
"path-alias"
],
"extends": ["plugin:react/recommended", "plugin:react/jsx-runtime"],
"settings": {
"import/resolver": {
"alias": {
Expand All @@ -21,9 +20,6 @@
["@components", "./src/components"]
]
}
},
"react": {
"version": "18.2"
}
},
"rules": {
Expand Down Expand Up @@ -97,12 +93,6 @@

"unused-imports/no-unused-imports": "error",

"path-alias/no-relative": "error",

"react/no-unescaped-entities": "off",
"react/prop-types": "off",

/* we dont target ancient browsers */
"react/jsx-no-target-blank": "off"
"path-alias/no-relative": "error"
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"eslint": "^8.46.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-path-alias": "^1.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"highlight.js": "10.6.0",
Expand Down
Loading

0 comments on commit 584885a

Please sign in to comment.