fix(eslint): ignore dist
This commit is contained in:
		
							parent
							
								
									fd4cb00c0e
								
							
						
					
					
						commit
						df3c8d0c51
					
				|  | @ -22,7 +22,8 @@ module.exports = { | |||
|     'vue' | ||||
|   ], | ||||
|   ignorePatterns: [ | ||||
|     'src/locales/*.json' | ||||
|     'src/locales/*.json', | ||||
|     'dist/' | ||||
|   ], | ||||
|   rules: { | ||||
|     // NOTE: Nicer for the eye
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 ArneBo
						ArneBo