diff options
-rw-r--r-- | .eslintrc.json (renamed from .eslintrc) | 0 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc.json index a3640b265..a3640b265 100644 --- a/.eslintrc +++ b/.eslintrc.json diff --git a/package.json b/package.json index 120c620d7..c1dbc6e6c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "start": "babel-node ./streaming/index.js --presets es2015,stage-2", "storybook": "start-storybook -p 9001 -c storybook", "test": "npm run test:lint && npm run test:mocha", - "test:lint": "eslint -c .eslintrc --ext=js --ext=jsx app/assets/javascripts/", + "test:lint": "eslint -c .eslintrc.json --ext=js --ext=jsx app/assets/javascripts/", "test:mocha": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx" }, "dependencies": { |