Skip to content

Commit a2264b1

Browse files
authored
Add ESLint plugin (#14)
1 parent 2a12d00 commit a2264b1

File tree

4 files changed

+78
-17035
lines changed

4 files changed

+78
-17035
lines changed

.eslintrc.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"extends": ["react-app"],
2+
"extends": [
3+
"react-app",
4+
"plugin:jsx-a11y/recommended"
5+
],
36
"rules": {
47
"react-hooks/exhaustive-deps": ["warn", {
58
"additionalHooks": "(useResolve)"
69
}]
710
}
8-
}
11+
}

0 commit comments

Comments
 (0)