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 b2840d9 commit 546d8b4Copy full SHA for 546d8b4
.eslintrc.js
@@ -0,0 +1,10 @@
1
+module.exports = {
2
+ "extends": "airbnb",
3
+ "env": {
4
+ "browser": true,
5
+ "node": true
6
+ },
7
+ "rules": {
8
+ "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
9
+ }
10
+};
0 commit comments