Update .eslintrc.js
This commit is contained in:
		
							parent
							
								
									ce751db240
								
							
						
					
					
						commit
						0180887bbb
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -26,6 +26,12 @@ module.exports = { | ||||||
| 			'before': true, | 			'before': true, | ||||||
| 			'after': true, | 			'after': true, | ||||||
| 		}], | 		}], | ||||||
|  | 		/* TODO: path aliasを使わないとwarnする | ||||||
|  | 		'no-restricted-imports': ['warn', { | ||||||
|  | 			'patterns': [ | ||||||
|  | 			] | ||||||
|  | 		}], | ||||||
|  | 		*/ | ||||||
| 		'no-multi-spaces': ['error'], | 		'no-multi-spaces': ['error'], | ||||||
| 		'no-var': ['error'], | 		'no-var': ['error'], | ||||||
| 		'prefer-arrow-callback': ['error'], | 		'prefer-arrow-callback': ['error'], | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue