Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit 0fdd9a6

Browse files
committed
add airbnb
1 parent 227c134 commit 0fdd9a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .eslintrc

+4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
2+
"extends": "airbnb",
23
"env": {
34
"browser": true,
45
"node": true
56
},
67
"parser": "babel-eslint",
78
"rules": {
9+
"indent": [2, 4],
10+
"classes": [2, "always"],
11+
"object-curly-spacing": [2, "never"],
812
"quotes": [2, "single"],
913
"strict": [2, "never"],
1014
"react/jsx-uses-react": 2,

0 commit comments

Comments
 (0)