eslint and prettierrc added
This commit is contained in:
		
							
								
								
									
										20
									
								
								.eslintrc.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								.eslintrc.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
{
 | 
			
		||||
    "env": {
 | 
			
		||||
        "node": true,
 | 
			
		||||
        "commonjs": true,
 | 
			
		||||
        "es2021": true
 | 
			
		||||
    },
 | 
			
		||||
    "extends": [
 | 
			
		||||
        "plugin:prettier/recommended",
 | 
			
		||||
        "plugin:mocha/recommended"
 | 
			
		||||
    ],
 | 
			
		||||
    "parser": "@typescript-eslint/parser",
 | 
			
		||||
    "parserOptions": {
 | 
			
		||||
        "ecmaVersion": 12
 | 
			
		||||
    },
 | 
			
		||||
    "plugins": [
 | 
			
		||||
        "@typescript-eslint",
 | 
			
		||||
        "mocha"
 | 
			
		||||
    ],
 | 
			
		||||
    "rules": {}
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										1
									
								
								.prettierrc.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.prettierrc.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
{}
 | 
			
		||||
		Reference in New Issue
	
	Block a user