|
33 | 33 | ],
|
34 | 34 | "dependencies": {
|
35 | 35 | "deep-equal": "^1.0.1",
|
| 36 | + "eslint-config-prettier": "^2.5.0", |
| 37 | + "eslint-plugin-prettier": "^2.2.0", |
36 | 38 | "eventemitter3": "^2.0.2",
|
37 | 39 | "exenv": "^1.2.2",
|
38 | 40 | "hoist-non-react-statics": "^1.0.5",
|
39 | 41 | "invariant": "^2.2.2",
|
| 42 | + "prettier": "^1.7.0", |
40 | 43 | "throttle-debounce": "^1.0.1"
|
41 | 44 | },
|
42 | 45 | "devDependencies": {
|
43 | 46 | "babel-cli": "^6.5.1",
|
44 | 47 | "babel-core": "^6.5.1",
|
45 |
| - "babel-eslint": "^7.0.0", |
| 48 | + "babel-eslint": "^8.0.0", |
46 | 49 | "babel-loader": "^6.2.3",
|
47 | 50 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
48 | 51 | "babel-plugin-webpack-alias": "^2.1.1",
|
|
57 | 60 | "conventional-changelog-cli": "^1.2.0",
|
58 | 61 | "core-js": "^2.2.2",
|
59 | 62 | "cz-conventional-changelog": "^1.1.6",
|
60 |
| - "eslint": "3.7.1", |
61 |
| - "eslint-config-nfl": "10.0.0", |
62 |
| - "eslint-plugin-import": "2.0.1", |
63 |
| - "eslint-plugin-mocha": "4.7.0", |
64 |
| - "eslint-plugin-react": "6.4.1", |
| 63 | + "eslint": "4.7.0", |
| 64 | + "eslint-config-nfl": "12.0.0", |
| 65 | + "eslint-plugin-import": "2.7.0", |
| 66 | + "eslint-plugin-mocha": "4.11.0", |
| 67 | + "eslint-plugin-react": "7.3.0", |
65 | 68 | "express": "^4.13.4",
|
66 | 69 | "history": "^4.3.0",
|
67 | 70 | "isparta-loader": "^2.0.0",
|
|
106 | 109 | "clean": "rimraf lib coverage",
|
107 | 110 | "compile": "babel src --out-dir lib",
|
108 | 111 | "examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples/apps --inline",
|
109 |
| - "lint": "eslint src test examples", |
| 112 | + "lint": "eslint --fix src test examples", |
110 | 113 | "start": "npm run build && env BABEL_ENV=examples node examples/server/index.js",
|
111 | 114 | "pretest": "npm run build",
|
112 | 115 | "prepublish": "npm run build && npm run build:umd && npm run build:umd:min",
|
|
0 commit comments