fix eslint for vue (https://github.com/louislam/uptime-kuma/pull/121#issuecomment-889729900)
This commit is contained in:
		
							parent
							
								
									204624bfe9
								
							
						
					
					
						commit
						4b93900866
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -9,8 +9,9 @@ module.exports = { | |||
|         "eslint:recommended", | ||||
|         "plugin:vue/vue3-recommended", | ||||
|     ], | ||||
|     parser: "@babel/eslint-parser", | ||||
|     parser: "vue-eslint-parser", | ||||
|     parserOptions: { | ||||
|         parser: "@babel/eslint-parser", | ||||
|         sourceType: "module", | ||||
|         requireConfigFile: false, | ||||
|     }, | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue