19 lines
		
	
	
		
			599 B
		
	
	
	
		
			JSON
		
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			599 B
		
	
	
	
		
			JSON
		
	
	
|  | { | ||
|  |     "env": { "node": true, "jest": true }, | ||
|  |     "parser": "@typescript-eslint/parser", | ||
|  |     "parserOptions": { "ecmaVersion": 9, "sourceType": "module" }, | ||
|  |     "extends": [ | ||
|  |       "eslint:recommended", | ||
|  |       "plugin:@typescript-eslint/eslint-recommended", | ||
|  |       "plugin:@typescript-eslint/recommended", | ||
|  |       "plugin:import/errors", | ||
|  |       "plugin:import/warnings", | ||
|  |       "plugin:import/typescript", | ||
|  |       "plugin:prettier/recommended", | ||
|  |       "prettier/@typescript-eslint" | ||
|  |     ], | ||
|  |     "rules": { | ||
|  |        "@typescript-eslint/no-empty-function": "off" | ||
|  |     }, | ||
|  |     "plugins": ["@typescript-eslint", "jest"] | ||
|  | } |