Skip to content

Commit 4ef2c71

Browse files
authored
Merge pull request #100 from MrSwitch/master
Apply the eslint rules to this repo
2 parents d69f9cf + 32c60d6 commit 4ef2c71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"url": "git://github.com/standard/eslint-config-standard.git"
6060
},
6161
"scripts": {
62-
"test": "tape test/*.js"
62+
"lint": "eslint . --config=eslintrc.json",
63+
"test": "npm run lint && tape test/*.js"
6364
}
6465
}

0 commit comments

Comments
 (0)