Skip to content

Commit 546d8b4

Browse files
committed
Add .eslintrc file.
1 parent b2840d9 commit 546d8b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.eslintrc.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)