Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit d2ed05b

Browse files
authored
Merge pull request #407 from saguijs/fix-eslint-missing-dependencies
Add missing ESLint dependencies and drop PhantomJS integration testing
2 parents f478492 + 0c2365f commit d2ed05b

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules
22
lib
33
tmp
44
npm-debug.log
5+
package-lock.json
6+
yarn.lock

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ matrix:
3737
- BROWSER=Chrome
3838
node_js: 6.11.1
3939

40-
# Test with PhantomJS available
41-
- dist: precise
42-
sudo: false
43-
env:
44-
- TEST_TYPE=integration_test
45-
- BROWSER=PhantomJS
46-
node_js: 6.11.1
47-
4840
cache:
4941
directories:
5042
- node_modules

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,15 @@
8282
"deep-equal": "^1.0.1",
8383
"eslint": "^4.2.0",
8484
"eslint-config-prettier": "^2.3.0",
85+
"eslint-config-standard": "^10.2.1",
86+
"eslint-config-standard-jsx": "^4.0.2",
8587
"eslint-loader": "^1.7.1",
8688
"eslint-plugin-flowtype": "^2.32.1",
8789
"eslint-plugin-import": "^2.2.0",
8890
"eslint-plugin-node": "^5.1.1",
8991
"eslint-plugin-prettier": "^2.1.2",
9092
"eslint-plugin-promise": "^3.5.0",
93+
"eslint-plugin-react": "^7.4.0",
9194
"eslint-plugin-standard": "^3.0.1",
9295
"extract-text-webpack-plugin": "^3.0.0",
9396
"file-loader": "^0.11.1",

0 commit comments

Comments
 (0)