mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
[eslint config] [eslint config base] [breaking] Migrate non-React rules to a separate linter config.
This commit is contained in:
@@ -5,6 +5,7 @@ node_js:
|
||||
- "iojs"
|
||||
env:
|
||||
- 'TEST_DIR=packages/eslint-config-airbnb'
|
||||
- 'TEST_DIR=packages/eslint-config-airbnb-base'
|
||||
before_install:
|
||||
- 'cd $TEST_DIR'
|
||||
- 'if [ "${TRAVIS_NODE_VERSION}" != "0.9" ]; then case "$(npm --version)" in 1.*) npm install -g npm@1.4.28 ;; 2.*) npm install -g npm@2 ;; esac ; fi'
|
||||
|
||||
Reference in New Issue
Block a user