Skip to content

Commit

Permalink
Add eslintrc instead config in package.json (#237)
Browse files Browse the repository at this point in the history
Everything in package.json going to npm,
so I moved not required thing out.
  • Loading branch information
fanatid authored Dec 24, 2019
1 parent 4fd4440 commit 3a9a4f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
rules:
semi:
- 2
- always
no-extra-semi: 2
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,5 @@
},
"standardx": {
"parser": "babel-eslint"
},
"eslintConfig": {
"rules": {
"semi": [
2,
"always"
],
"no-extra-semi": 2
}
}
}

0 comments on commit 3a9a4f7

Please sign in to comment.