UNPKG

eslint-config-keystone-react

Version:
39 lines (38 loc) 969 B
{ "name": "eslint-config-keystone-react", "version": "1.0.0", "description": "React Extensions for Keystone's ESLint Config", "main": "index.js", "scripts": { "lint": "eslint .", "test": "echo \"No tests yet... contribute some?\"" }, "devDependencies": { "eslint": "^3.10.0", "eslint-config-keystone": "^3.0.0", "eslint-plugin-react": "^6.6.0" }, "peerDependencies": { "eslint": "^3.10.0", "eslint-config-keystone": "^3.0.0", "eslint-plugin-react": "^6.6.0" }, "repository": { "type": "git", "url": "git+https://github.com/keystonejs/eslint-config-keystone-react.git" }, "keywords": [ "eslint", "keystone", "keystonejs", "javascript", "react", "reactjs" ], "author": "Jed Watson", "license": "MIT", "bugs": { "url": "https://github.com/keystonejs/eslint-config-keystone-react/issues" }, "homepage": "https://github.com/keystonejs/eslint-config-keystone-react#readme" }