Skip to content

Commit

Permalink
Revert "ESLint configured for JavaScript 5 on Node (#1152)" (#1154)
Browse files Browse the repository at this point in the history
This reverts commit 331e538.
  • Loading branch information
scottleibrand authored Nov 26, 2018
1 parent 331e538 commit 933ab23
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 266 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

259 changes: 0 additions & 259 deletions .eslintrc.js

This file was deleted.

2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ report:
(npm install codacy-coverage && cat ${ANALYZED} | \
YOURPACKAGE_COVERAGE=1 ./node_modules/codacy-coverage/bin/codacy-coverage.js) || echo "NO COVERAGE"

lint:
npm run lint
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "openaps oref0 reference implementation of the reference design",
"scripts": {
"test": "make test",
"global-install": "npm install && sudo npm install -g && sudo npm link && sudo npm link oref0",
"lint": "eslint ."
"global-install": "npm install && sudo npm install -g && sudo npm link && sudo npm link oref0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -108,7 +107,6 @@
},
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"istanbul": "^0.4.4",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.2.0",
Expand Down

0 comments on commit 933ab23

Please sign in to comment.