소스 검색

Use new ESLint filename (.json) (#2248)

* Use new ESLint filename (.json)

Codeclimate's ESLint 3 is complaining about the old filename. Let me try changing it.

* point eslint to new rc

(squash this)
master
Mingye Wang 7 년 전
committed by Eugen
부모
커밋
b00f4a0cf3
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -0
      .eslintrc.json
  2. +1
    -1
      package.json

.eslintrc → .eslintrc.json 파일 보기


+ 1
- 1
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": {


불러오는 중...
취소
저장