Browse Source

Add test to validate and lint config

pull/1/head
Luke Childs 9 years ago
parent
commit
170cc5ab26
  1. 7
      package.json

7
package.json

@ -4,7 +4,7 @@
"description": "My personal eslint preferences",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "eslint -c index.js index.js"
},
"repository": {
"type": "git",
@ -22,5 +22,8 @@
"bugs": {
"url": "https://github.com/lukechilds/eslint-config-lukechilds/issues"
},
"homepage": "https://github.com/lukechilds/eslint-config-lukechilds#readme"
"homepage": "https://github.com/lukechilds/eslint-config-lukechilds#readme",
"devDependencies": {
"eslint": "^2.11.1"
}
}

Loading…
Cancel
Save