mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Use latest (hopefully last) alpha of eslint config
This commit is contained in:
		
							parent
							
								
									1010207289
								
							
						
					
					
						commit
						611942551d
					
				| @ -35,7 +35,7 @@ | ||||
|   "dependencies": {}, | ||||
|   "devDependencies": { | ||||
|     "eslint": "^3.4.0", | ||||
|     "eslint-config-finn": "1.0.0-alpha.9", | ||||
|     "eslint-config-finn": "1.0.0-alpha.11", | ||||
|     "eslint-config-finn-react": "^1.0.0-alpha.2", | ||||
|     "eslint-plugin-react": "^6.2.0", | ||||
|     "lerna": "2.0.0-beta.20", | ||||
|  | ||||
| @ -1,10 +1,9 @@ | ||||
| { | ||||
|     "extends": [ | ||||
|         "finn", | ||||
|         "finn/es6", | ||||
|         "finn/node" | ||||
|     ], | ||||
|     "rules": { | ||||
|         "max-nested-callbacks": [0] | ||||
|         "max-nested-callbacks": "off" | ||||
|     } | ||||
| } | ||||
|  | ||||
| @ -1,7 +1,6 @@ | ||||
| { | ||||
|     "extends": [ | ||||
|         "finn", | ||||
|         "finn/es6", | ||||
|         "finn/node" | ||||
|     ] | ||||
| } | ||||
|  | ||||
| @ -1,7 +1,6 @@ | ||||
| { | ||||
|     "extends": [ | ||||
|         "finn", | ||||
|         "finn/es6", | ||||
|         "finn-react" | ||||
|     ], | ||||
|     "env": { | ||||
| @ -9,6 +8,6 @@ | ||||
|         "commonjs": true | ||||
|     }, | ||||
|     "rules": { | ||||
|         "react/sort-comp": [0] | ||||
|         "react/sort-comp": "off" | ||||
|     } | ||||
| } | ||||
|  | ||||
| @ -1,8 +1,7 @@ | ||||
| { | ||||
|     "extends": [ | ||||
|         "finn", | ||||
|         "finn/node", | ||||
|         "finn/es6" | ||||
|         "finn/node" | ||||
|     ], | ||||
|     "env": { | ||||
|         "browser": true, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user