Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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