eslint-config-node
Version:
Pluggable eslint config for Node.js that you can import, extend and override
42 lines (41 loc) • 1.13 kB
JSON
{
"name": "eslint-config-node",
"version": "4.1.0",
"description": "Pluggable eslint config for Node.js that you can import, extend and override",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "js-yaml index.yaml > index.json && js-yaml style-guide/index.yaml > style-guide/index.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kunalgolani/eslint-config.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org/"
},
"keywords": [
"eslint",
"eslint-config",
"eslintconfig",
"node",
"node.js"
],
"author": "kunalgolani@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/kunalgolani/eslint-config/issues"
},
"homepage": "https://github.com/kunalgolani/eslint-config/tree/master/packages/node#readme",
"dependencies": {
"eslint": "^6.8.0",
"eslint-config-esnext": "^4.1.0"
},
"devDependencies": {
"js-yaml": "^3.13.1"
},
"peerDependencies": {
"eslint": "^6.0.0"
},
"gitHead": "44ab02dc5ce535483c74cd70866685a849f1fcdf"
}