blob: 0b0ad9e548dcfc069f73685514d67a98b09d5b9c [file] [log] [blame]
{
"author": "Teddy Katz",
"description": "Allows a local ESLint rules directory to be used without a command-line flag",
"devDependencies": {
"eslint": ">=3",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.6.1"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"license": "MIT",
"name": "eslint-plugin-rulesdir",
"scripts": {
"lint": "eslint .eslintrc.js *.js **/*.js",
"test": "npm run lint"
},
"version": "0.1.0"
}