Skip to content

Commit a62b46e

Browse files
committed
MERGE
2 parents fbb269f + 3423073 commit a62b46e

7 files changed

Lines changed: 299 additions & 493 deletions

File tree

.eslintrc

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
{
2-
"plugins": [
3-
"jsx-control-statements"
4-
],
5-
"extends": [
6-
"airbnb",
7-
"plugin:jsx-control-statements/recommended"
8-
],
92
"parser": "babel-eslint",
103
"rules": {
11-
"no-console": 0,
12-
"react/prefer-stateless-function": 0
13-
}
14-
}
4+
"no-console": 0,
5+
"react/prefer-stateless-function": 0
6+
}
7+
}

0 commit comments

Comments
 (0)