UNPKG

@iopipe/eslint-config-iopipe

Version:
60 lines (59 loc) 2.03 kB
{ "name": "@iopipe/eslint-config-iopipe", "version": "1.0.2", "description": "ESLint rules", "main": "index.js", "scripts": { "commit": "git-cz", "lint": "eslint .", "test": "npm-run-all --parallel lint find-new-rules", "find-new-rules": "npm-run-all --parallel find-new-rules:*", "find-new-rules:babel-module": "eslint-find-rules --unused ./other/test/babel-module.js", "disabled:find-new-rules:babel-react-require": "eslint-find-rules --unused ./other/test/babel-react-require.js", "find-new-rules:jsx-a11y": "eslint-find-rules --unused ./other/test/jsx-a11y.js", "find-new-rules:jest": "eslint-find-rules --unused ./other/test/jest.js", "find-new-rules:main": "eslint-find-rules --unused ./index.js", "disabled:find-new-rules:react": "eslint-find-rules --unused ./other/test/react.js", "find-new-rules:webpack": "eslint-find-rules --unused ./other/test/webpack.js", "precommit": "npm run validate", "validate": "npm t" }, "repository": { "type": "git", "url": "https://github.com/iopipe/eslint-config-iopipe.git" }, "keywords": [ "eslint", "eslintconfig", "config", "iopipe", "javascript", "styleguide" ], "author": "IOpipe <dev@iopipe.com> (http://iopipe.com/)", "bugs": { "url": "https://github.com/iopipe/eslint-config-iopipe/issues" }, "homepage": "https://github.com/iopipe/eslint-config-iopipe#readme", "dependencies": { "babel-eslint": "^8.0.1", "eslint-config-prettier": "^2.6.0", "eslint-import-resolver-babel-module": "^2.2.1", "eslint-import-resolver-webpack": "^0.8.3", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jest": "^21.2.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.4.0", "webpack": "^3.7.1" }, "peerDependencies": { "eslint": ">=3" }, "devDependencies": { "eslint": "^4.8.0", "eslint-find-rules": "^3.1.1", "husky": "^0.14.3", "npm-run-all": "^4.1.1" } }