Skip to content

Commit 7bdaaff

Browse files
committed
chore: apply standard eslint rules
1 parent ddf3833 commit 7bdaaff

File tree

4 files changed

+239
-263
lines changed

4 files changed

+239
-263
lines changed

.eslintrc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"extends": "standard",
23
"globals": {
34
"expect": true,
45
"angular": true,
@@ -8,9 +9,5 @@
89
"env": {
910
"browser": true,
1011
"jasmine": true
11-
},
12-
"parser": "babel-eslint",
13-
"extends": [
14-
"xo-space/esnext"
15-
]
16-
}
12+
}
13+
}

0 commit comments

Comments
 (0)