eslint-config-mocha
Version:
ESLint config for mochajs projects
31 lines (30 loc) • 852 B
JSON
{
"version": "0.0.0",
"name": "eslint-config-mocha",
"description": "ESLint config for mochajs projects",
"author": "Christopher Hiller <boneskull@boneskull.com> (https://mochajs.org)",
"license": "ISC",
"main": "index.js",
"peerDependencies": {
"eslint-config-standard": "^5.1.0",
"eslint-plugin-import": "^1.3.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"eslint-plugin-mocha-only": "0.0.3",
"eslint": "^2.5.1"
},
"scripts": {
"test": "eslint *.js"
},
"bugs": {
"url": "https://github.com/mochajs/eslint-config-mocha/issues"
},
"homepage": "https://github.com/mochajs/eslint-config-mocha#readme",
"repository": {
"type": "git",
"url": "https://github.com/mochajs/eslint-config-mocha.git"
},
"dependencies": {
"lodash.mergewith": "^4.3.2"
}
}