File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 directories :
1313 - node_modules
1414before_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
1616script :
1717 - if [ "${FLOW-}" = true ]; then npm run flow; fi
1818 - if [ "${LINT-}" = true ]; then npm run lint; fi
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments