eslint-config-vgno
Version:
ESLint configuration for VG.no coding standard
38 lines (37 loc) • 906 B
JSON
{
"name": "eslint-config-vgno",
"version": "7.0.0",
"description": "ESLint configuration for VG.no coding standard",
"main": "index.js",
"scripts": {
"prepublish": "npm prune && npm test",
"pretest": "eslint .",
"test": "node test/config.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vgno/eslint-config-vgno.git"
},
"keywords": [
"coding-standard",
"eslint",
"eslint-config",
"eslintconfig"
],
"author": "Verdens Gang AS <tech@vg.no>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vgno/eslint-config-vgno/issues"
},
"homepage": "https://github.com/vgno/eslint-config-vgno#readme",
"dependencies": {
"lodash.merge": "^4.5.1",
"vgno-coding-standards": "^7.0.0"
},
"devDependencies": {
"eslint": "^3.2.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}