mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	first commit
This commit is contained in:
		
							
								
								
									
										31
									
								
								.eslintrc.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								.eslintrc.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,31 @@ | ||||
| module.exports = { | ||||
|   root: true, | ||||
|   fix: true, | ||||
|   parser: 'babel-eslint', | ||||
|   parserOptions: { | ||||
|     sourceType: 'module' | ||||
|   }, | ||||
|   extends: 'airbnb-base', | ||||
|   plugins: [ | ||||
|     'html' | ||||
|   ], | ||||
|   'settings': { | ||||
|     'import/resolver': { | ||||
|       'webpack': { | ||||
|         'config': 'build/webpack.base.conf.js' | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   'rules': { | ||||
|     // don't require .vue extension when importing | ||||
|     'no-new': 0, | ||||
|     'prefer-template': 0, | ||||
|     'no-unused-vars': 0, | ||||
|     'no-console': 0, | ||||
|     'import/extensions': ['error', 'always', { | ||||
|       'js': 'never', | ||||
|       'vue': 'never' | ||||
|     }], | ||||
|     'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0 | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user