Skip to content

Commit c5a29ba

Browse files
authored
Merge pull request #39 from humanmade/reset-eslintrc
Remove custom eslintrc
2 parents e08b935 + c0298a5 commit c5a29ba

File tree

7 files changed

+1054
-393
lines changed

7 files changed

+1054
-393
lines changed

.eslintrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"parser": "babel-eslint"
2+
"extends": "humanmade",
3+
"globals": {
4+
"Altis": "readonly"
5+
},
6+
"rules": {
7+
"no-multi-str": "off",
8+
"no-console": "off"
9+
}
310
}

0 commit comments

Comments
 (0)