We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adeef1 commit 22a0587Copy full SHA for 22a0587
.eslintrc
@@ -3,11 +3,6 @@
3
"env": {
4
"node": true
5
},
6
- "rules": {
7
- "react/jsx-filename-extension": ["error", {
8
- "allow": "as-needed"
9
- }]
10
- },
11
"settings": {
12
"import/resolver": {
13
"webpack": {
package.json
@@ -42,7 +42,7 @@
42
"browser-sync": "^2.18.6",
43
"chai": "^4.0.0",
44
"eslint": "^8.23.0",
45
- "eslint-config-takiyon-react": "^2.0.0",
+ "eslint-config-takiyon-react": "^3.0.0",
46
"eslint-import-resolver-webpack": "^0.13.0",
47
"eslint-plugin-import": "^2.2.0",
48
"eslint-plugin-jsx-a11y": "^6.0.2",
0 commit comments