Skip to content

Commit

Permalink
[Tests] add npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 30, 2017
1 parent d9014f1 commit 54c2ccb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -6,10 +6,14 @@
"dependencies": {},
"devDependencies": {
"@es-shims/api": "^1.2.0",
"@ljharb/eslint-config": "^11.0.0",
"eslint": "^3.19.0",
"safe-publish-latest": "^1.1.1"
},
"scripts": {
"prepublish": "safe-publish-latest",
"lint": "eslint .",
"pretest": "npm run lint",
"tests-only": "es-shim-api",
"test": "npm run tests-only"
},
Expand Down

0 comments on commit 54c2ccb

Please sign in to comment.