improve: ensure 'npm run lint' passes without errors #249
@ -4,14 +4,13 @@
 | 
			
		||||
        "plugin:@typescript-eslint/recommended",
 | 
			
		||||
        "plugin:@typescript-eslint/recommended-requiring-type-checking"
 | 
			
		||||
    ],
 | 
			
		||||
    "plugins": ["@typescript-eslint", "prettier"],
 | 
			
		||||
    "plugins": ["@typescript-eslint"],
 | 
			
		||||
    "env": {
 | 
			
		||||
        "browser": true,
 | 
			
		||||
        "es6": true,
 | 
			
		||||
        "node": true
 | 
			
		||||
    },
 | 
			
		||||
    "rules": {
 | 
			
		||||
        "prettier/prettier": "error",
 | 
			
		||||
        "@typescript-eslint/semi": ["error"],
 | 
			
		||||
        "@typescript-eslint/explicit-function-return-type": "off",
 | 
			
		||||
        "@typescript-eslint/explicit-module-boundary-types": "off",
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user