eslint-config-mfb-node
Version:
My Food Bag's ESLint configuration for Node.js code
36 lines (35 loc) • 805 B
JSON
{
"name": "eslint-config-mfb-node",
"version": "2.0.0",
"description": "My Food Bag's ESLint configuration for Node.js code",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "tape tests/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyFoodBag/eslint-config-mfb-node.git"
},
"keywords": [
"eslint",
"config",
"mfb"
],
"author": "Walter Rumsby",
"license": "MIT",
"bugs": {
"url": "https://github.com/MyFoodBag/eslint-config-mfb-node/issues"
},
"homepage": "https://github.com/MyFoodBag/eslint-config-mfb-node#readme",
"dependencies": {
"eslint-plugin-import": "^2.2.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"tape": "^4.6.3"
},
"peerDependencies": {
"eslint": ">=4"
}
}