|
2 | 2 | "name": "eslint-config-anvilabs", |
3 | 3 | "version": "0.0.0-development", |
4 | 4 | "description": "Anvilabs' ESLint config, following our internal styleguide", |
5 | | - "keywords": ["eslint", "eslint config", "config", "anvilabs", "styleguide"], |
| 5 | + "keywords": [ |
| 6 | + "eslint", |
| 7 | + "eslint config", |
| 8 | + "config", |
| 9 | + "anvilabs", |
| 10 | + "styleguide" |
| 11 | + ], |
6 | 12 | "repository": "anvilabs/eslint-config-anvilabs", |
7 | 13 | "homepage": "https://github.com/anvilabs/eslint-config-anvilabs#readme", |
8 | 14 | "bugs": { |
|
51 | 57 | "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
52 | 58 | }, |
53 | 59 | "lint-staged": { |
54 | | - "{*.js,{rules,test}/**/*.js}": ["eslint --ext --cache --fix", "git add"], |
55 | | - "{*.json,.vscode/*.json}": ["prettier --write", "git add"] |
| 60 | + "{*.js,{rules,test}/**/*.js}": [ |
| 61 | + "eslint --ext --cache --fix", |
| 62 | + "git add" |
| 63 | + ], |
| 64 | + "{*.json,.vscode/*.json}": [ |
| 65 | + "prettier --write", |
| 66 | + "git add" |
| 67 | + ] |
56 | 68 | }, |
57 | 69 | "jest": { |
58 | | - "roots": ["<rootDir>/rules"], |
| 70 | + "roots": [ |
| 71 | + "<rootDir>/rules" |
| 72 | + ], |
59 | 73 | "testEnvironment": "node", |
60 | 74 | "testRegex": "/__tests__/.+-test\\.js$" |
61 | 75 | }, |
|
71 | 85 | }, |
72 | 86 | "dependencies": { |
73 | 87 | "babel-eslint": "^7.2.3", |
74 | | - "eslint-config-airbnb-base": "^11.2.0", |
| 88 | + "eslint-config-airbnb-base": "^11.3.1", |
75 | 89 | "eslint-config-prettier": "^2.1.1", |
76 | 90 | "eslint-plugin-babel": "^4.1.1", |
77 | 91 | "eslint-plugin-eslint-comments": "^1.0.1", |
|
84 | 98 | "eslint-plugin-prettier": "^2.1.1", |
85 | 99 | "eslint-plugin-promise": "^3.5.0", |
86 | 100 | "eslint-plugin-react": "^7.0.1", |
87 | | - "eslint-plugin-react-native": "^2.3.2", |
| 101 | + "eslint-plugin-react-native": "^3.0.1", |
88 | 102 | "eslint-plugin-typescript": "^0.3.0", |
89 | 103 | "eslint-plugin-unicorn": "^2.1.1", |
90 | 104 | "typescript-eslint-parser": "^4.0.0" |
91 | 105 | }, |
92 | 106 | "devDependencies": { |
93 | | - "eslint": "^3.19.0", |
| 107 | + "eslint": "^4.3.0", |
94 | 108 | "eslint-find-rules": "^3.1.1", |
95 | 109 | "husky": "^0.14.3", |
96 | 110 | "jest": "^20.0.4", |
|
99 | 113 | "prettier": "^1.5.3", |
100 | 114 | "semantic-release": "^6.3.6", |
101 | 115 | "travis-watch": "^1.17.1", |
102 | | - "validate-commit-msg": "^2.13.0" |
| 116 | + "validate-commit-msg": "^2.13.1" |
103 | 117 | } |
104 | 118 | } |
0 commit comments