fix lint script
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
			
		||||
    "nyc": "^15.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "lint": "eslint .",
 | 
			
		||||
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
 | 
			
		||||
    "test": "nyc ava",
 | 
			
		||||
    "ci": "yarn && node jenkins.js",
 | 
			
		||||
    "mutate": "stryker run"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user