Skip to content

Commit

Permalink
Standard instead eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 19, 2015
1 parent 12d7d01 commit 0c4f33a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"coverage": "istanbul cover _mocha -- test/*.js",
"coveralls": "npm run coverage && coveralls <coverage/lcov.info",
"lint": "eslint src test",
"lint": "standard",
"test": "npm run test:node && npm run test:browser",
"test:browser": "karma start karma.conf.js",
"test:node": "istanbul test mocha -- --reporter spec test/*.js"
Expand All @@ -47,19 +47,23 @@
"chai": "^3.2.0",
"coveralls": "^2.11.3",
"elliptic": "^6.0.2",
"eslint": "^1.0.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.2.0",
"istanbul": "^0.4.0",
"karma": "^0.13.8",
"karma-browserify": "^4.3.0",
"karma-chrome-launcher": "^0.2.0",
"karma-detect-browsers": "^2.0.1",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"mocha": "^2.2.5"
"mocha": "^2.2.5",
"standard": "^5.4.1"
},
"engines": {
"node": ">=0.12"
},
"standard": {
"globals": [
"describe",
"it"
]
}
}

0 comments on commit 0c4f33a

Please sign in to comment.