Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
♻️ Delete unneeded script and eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Feb 28, 2018
1 parent 1465d3f commit bfa089a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"scripts": {
"prestart": "./bin/prestart.sh",
"start": "./bin/start.sh",
"clean": "rm -rf ./node_modules ./dist-browser/lisk-js.js ./dist-browser/lisk-js.min.js ./dist-node",
"format": "prettier --write \"browsertest/{setup,runTests}.js\" \"{cypress/integration,src,test}/**/*.js\"",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
Expand Down
3 changes: 1 addition & 2 deletions test/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"sinon": true
},
"rules": {
"arrow-body-style": "off",
"no-unused-expressions": "off"
"arrow-body-style": "off"
},
"settings": {
"import/resolver": {
Expand Down

0 comments on commit bfa089a

Please sign in to comment.