Skip to content

Commit adc0d80

Browse files
committed
[Tests] temporary until eslint-config-airbnb-base is updated
1 parent 7cb5b8e commit adc0d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cache:
1212
directories:
1313
- node_modules
1414
before_script:
15-
- if [ -n "${ESLINT-}" ]; then npm install --no-save "eslint@${ESLINT}"; fi
15+
- if [ -n "${ESLINT-}" ]; then npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${ESLINT}"; fi
1616
script:
1717
- if [ "${FLOW-}" = true ]; then npm run flow; fi
1818
- if [ "${LINT-}" = true ]; then npm run lint; fi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"babel-polyfill": "^6.26.0",
4141
"babel-preset-es2015": "^6.24.1",
4242
"coveralls": "^3.0.1",
43-
"eslint": "^3 || ^4 || ^5",
43+
"eslint": "^4.19.1",
4444
"eslint-config-airbnb-base": "^13.0.0",
4545
"eslint-plugin-flowtype": "^2.49.3",
4646
"eslint-plugin-import": "^2.13.0",

0 commit comments

Comments
 (0)