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)
This commit is contained in:
		
							parent
							
								
									c229532144
								
							
						
					
					
						commit
						0fd613d2dc
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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": { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue