UNPKG

eslint-config-colscott

Version:
33 lines (32 loc) 859 B
{ "name": "eslint-config-colscott", "version": "1.0.3", "description": "ESLint ESLintConfig", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/colscott/eslint-config-colscott.git" }, "keywords": [ "ESLint", "ESLintConfig" ], "author": "Colin Scott", "license": "MIT", "bugs": { "url": "https://github.com/colscott/eslint-config-webui/issues" }, "homepage": "https://github.com/colscott/eslint-config-webui#readme", "dependencies": { "babel-eslint": "^8.2.3", "eslint": "^5.3.0", "eslint-config-airbnb-base": "^13.0.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "^2.0.0", "eslint-plugin-prettier": "^3.0.0", "eslint-import-resolver-alias": "^1.1.2" } }