UNPKG

@jbpionnier/eslint-config-node

Version:
51 lines (50 loc) 1 kB
{ "name": "@jbpionnier/eslint-config-node", "version": "1.7.9", "description": "ESLint/TSLint Sharable Config", "author": "Jean-Baptiste Pionnier", "license": "MIT", "main": "base.js", "homepage": "https://github.com/jbpionnier/eslint-config-node#readme", "repository": "jbpionnier/eslint-config-node", "bugs": { "url": "https://github.com/jbpionnier/eslint-config-node/issues" }, "keywords": [ "eslint", "tslint", "ES6", "ES2015", "ES2016", "ES2017", "ESNEXT", "flow", "flowtype", "typescript", "strict", "lint", "complexity", "style guide", "immutable", "immutability", "codestyle", "sonarts", "sonarqube" ], "files": [ "base.js", "legacy.js", "flow.js", "tsconfig.json", "tslint-strict.json", "tslint-immutable.json", "rules" ], "scripts": { "lint": "eslint *.js rules", "test": "npm run lint" }, "devDependencies": { "eslint": "^5.13.0" } }