UNPKG

eslint-config-vi

Version:

ESLint shareable config used by VI Company

37 lines (36 loc) 884 B
{ "name": "eslint-config-vi", "version": "11.0.0", "description": "ESLint shareable config used by VI Company", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/vicompany/eslint-config-vi.git" }, "scripts": { "check": "eslint-find-rules -u -n ./node.js", "test": "eslint test/**/*.js", "preversion": "npm test", "postversion": "git push --follow-tags" }, "author": "VI Company", "license": "MIT", "keywords": [ "eslint", "eslintconfig", "vi-company" ], "engines": { "node": ">=8.10" }, "peerDependencies": { "eslint-config-airbnb-base": ">= 14.2.1", "eslint": ">=7.20.0" }, "devDependencies": { "eslint": "7.20.0", "eslint-config-airbnb-base": "14.2.1", "eslint-find-rules": "3.6.1", "eslint-plugin-import": "2.22.1" } }