[eslint config] [eslint config base] [breaking] Migrate non-React rules to a separate linter config.

This commit is contained in:
Jordan Harband
2016-04-16 11:04:28 -07:00
parent bdbecf23e2
commit 52d3401f95
27 changed files with 199 additions and 56 deletions

View File

@@ -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'