Skip to content

Commit

Permalink
Update dev dependencies, use eslint-plugin-es5 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Feb 23, 2021
1 parent 9850bc1 commit f1c8627
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
---
plugins:
- es5
extends:
- plugin:es5/no-es2015
rules:
es5/no-es6-static-methods:
- error
- exceptMethods:
- Math.imul
semi:
- 2
- always
no-extra-semi: 2
no-var: 0
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@
"unit": "mocha --reporter=spec test/*-test.js"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"mocha": "^7.0.1",
"standardx": "^5.0.0"
},
"standardx": {
"parser": "babel-eslint"
"eslint-plugin-es5": "^1.5.0",
"mocha": "^8.3.0",
"standardx": "^7.0.0"
}
}

0 comments on commit f1c8627

Please sign in to comment.