UNPKG

eslint-config-sexy

Version:
44 lines (43 loc) 972 B
{ "name": "eslint-config-sexy", "version": "5.0.0", "description": "Mostly sexy config", "main": "index.js", "files": [ "index.js", "monkey-patch.js", "license" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/markelog/eslint-config-sexy.git" }, "bugs": { "url": "https://github.com/markelog/eslint-config-sexy/issues" }, "keywords": [ "eslint", "eslintconfig", "eslint-config", "config", "sexy", "airbnb", "react", "plugin" ], "author": "Oleg Gaidarenko <markelog@gmail.com>", "license": "MIT", "homepage": "https://github.com/markelog/eslint-config-sexy#readme", "devDependencies": {}, "scripts": { "test": "eslint ." }, "dependencies": { "babel-eslint": "^9.0.0", "eslint": "^5.5.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.11.1" } }