|
1 | 1 | {
|
2 |
| - "name": "@namics/eslint-config", |
3 |
| - "version": "4.0.0", |
4 |
| - "description": "Default configurations for eslint", |
5 |
| - "author": "Simon Mollweide <[email protected]>", |
6 |
| - "license": "MIT", |
7 |
| - "private": false, |
8 |
| - "engines": { |
9 |
| - "node": ">=4 <9", |
10 |
| - "npm": ">=3 <6" |
| 2 | + "name": "@namics/eslint-config", |
| 3 | + "version": "4.1.0", |
| 4 | + "description": "Default configurations for eslint", |
| 5 | + "author": "Simon Mollweide <[email protected]>", |
| 6 | + "license": "MIT", |
| 7 | + "private": false, |
| 8 | + "engines": { |
| 9 | + "node": ">=4 <9", |
| 10 | + "npm": ">=3 <6" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "https://github.com/namics/eslint-config-namics.git" |
| 15 | + }, |
| 16 | + "bugs": { |
| 17 | + "url": "https://github.com/namics/eslint-config-namics/issues" |
| 18 | + }, |
| 19 | + "main": "configurations/es6-browser.js", |
| 20 | + "scripts": { |
| 21 | + "lint": "npm run lint:js", |
| 22 | + "lint:js": "node_modules/.bin/eslint .", |
| 23 | + "test": "npm run lint", |
| 24 | + "prettier": "npm run prettier:es5 && npm run prettier:es5node && npm run prettier:es6 && npm run prettier:es6react && npm run prettier:flow", |
| 25 | + "prettier:es5": "node_modules/.bin/prettier --write \"test/es5-disable-styles/**/*.js\"", |
| 26 | + "prettier:es5node": "node_modules/.bin/prettier --write \"test/es5-node-disable-styles/**/*.js\"", |
| 27 | + "prettier:es6": "node_modules/.bin/prettier --write \"test/es6-disable-styles/**/*.js\"", |
| 28 | + "prettier:es6react": "node_modules/.bin/prettier --write \"test/es6-react-disable-styles/**/*.js\"", |
| 29 | + "prettier:flow": "node_modules/.bin/prettier --write \"test/flow-disable-styles/**/*.js\"" |
| 30 | + }, |
| 31 | + "keywords": [ |
| 32 | + "code checker", |
| 33 | + "code linter", |
| 34 | + "code standards", |
| 35 | + "code style", |
| 36 | + "eslint-config", |
| 37 | + "eslint", |
| 38 | + "eslintconfig", |
| 39 | + "lint", |
| 40 | + "es2015", |
| 41 | + "react", |
| 42 | + "jsx" |
| 43 | + ], |
| 44 | + "devDependencies": { |
| 45 | + "prettier": "^1.5.3" |
11 | 46 | },
|
12 |
| - "repository": { |
13 |
| - "type": "git", |
14 |
| - "url": "https://github.com/namics/eslint-config-namics.git" |
15 |
| - }, |
16 |
| - "bugs": { |
17 |
| - "url": "https://github.com/namics/eslint-config-namics/issues" |
18 |
| - }, |
19 |
| - "main": "configurations/es6-browser.js", |
20 |
| - "scripts": { |
21 |
| - "lint": "npm run lint:js", |
22 |
| - "lint:js": "node_modules/.bin/eslint .", |
23 |
| - "test": "npm run lint" |
24 |
| - }, |
25 |
| - "keywords": [ |
26 |
| - "code checker", |
27 |
| - "code linter", |
28 |
| - "code standards", |
29 |
| - "code style", |
30 |
| - "eslint-config", |
31 |
| - "eslint", |
32 |
| - "eslintconfig", |
33 |
| - "lint", |
34 |
| - "es2015", |
35 |
| - "react", |
36 |
| - "jsx" |
37 |
| - ], |
38 |
| - "dependencies": { |
39 |
| - "babel-eslint": "7.2.3", |
40 |
| - "eslint": "4.2.0", |
41 |
| - "eslint-find-rules": "3.1.1", |
42 |
| - "eslint-plugin-flowtype": "2.35.0", |
43 |
| - "eslint-plugin-import": "2.7.0", |
44 |
| - "eslint-plugin-jsx-a11y": "6.0.2", |
45 |
| - "eslint-plugin-react": "7.1.0", |
46 |
| - "flow-bin": "0.50.0" |
47 |
| - } |
| 47 | + "dependencies": { |
| 48 | + "babel-eslint": "7.2.3", |
| 49 | + "eslint": "4.2.0", |
| 50 | + "eslint-find-rules": "3.1.1", |
| 51 | + "eslint-plugin-flowtype": "2.35.0", |
| 52 | + "eslint-plugin-import": "2.7.0", |
| 53 | + "eslint-plugin-jsx-a11y": "6.0.2", |
| 54 | + "eslint-plugin-react": "7.1.0", |
| 55 | + "flow-bin": "0.50.0" |
| 56 | + } |
48 | 57 | }
|
0 commit comments