first commit
This commit is contained in:
		
							
								
								
									
										13
									
								
								.eslintrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.eslintrc
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,13 @@
 | 
			
		||||
{
 | 
			
		||||
  "parser": "@typescript-eslint/parser",
 | 
			
		||||
  "extends": ["plugin:@typescript-eslint/recommended"],
 | 
			
		||||
  "parserOptions": { "ecmaVersion": 2018, "sourceType": "module" },
 | 
			
		||||
  "rules": {
 | 
			
		||||
    "@typescript-eslint/explicit-function-return-type": "off",
 | 
			
		||||
    "@typescript-eslint/explicit-module-boundary-types": "off",
 | 
			
		||||
    "@typescript-eslint/no-non-null-assertion": "off",
 | 
			
		||||
    "@typescript-eslint/no-empty-function": "off",
 | 
			
		||||
    "@typescript-eslint/ban-ts-comment": "warn",
 | 
			
		||||
    "@typescript-eslint/no-use-before-define": "off",   
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user