We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8335707 commit 028ffa6Copy full SHA for 028ffa6
1 file changed
.eslintrc
@@ -11,5 +11,10 @@
11
"class-methods-use-this": "off",
12
"arrow-body-style": "off",
13
"no-loop-func": "off"
14
+ },
15
+ "settings": {
16
+ "react": {
17
+ "version": "latest"
18
+ }
19
}
20
0 commit comments