mirror of
				https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
				synced 2025-11-04 01:15:21 +01:00 
			
		
		
		
	v1.0 du site web
This commit is contained in:
		
							
								
								
									
										42
									
								
								app/node_modules/express-handlebars/.eslintrc.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										42
									
								
								app/node_modules/express-handlebars/.eslintrc.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,42 @@
 | 
			
		||||
module.exports = {
 | 
			
		||||
	root: true,
 | 
			
		||||
	env: {
 | 
			
		||||
		node: true,
 | 
			
		||||
		jest: true,
 | 
			
		||||
	},
 | 
			
		||||
	extends: [
 | 
			
		||||
		"standard",
 | 
			
		||||
		"plugin:@typescript-eslint/recommended",
 | 
			
		||||
	],
 | 
			
		||||
	plugins: [
 | 
			
		||||
		"@typescript-eslint",
 | 
			
		||||
	],
 | 
			
		||||
	parser: "@typescript-eslint/parser",
 | 
			
		||||
	parserOptions: {
 | 
			
		||||
		ecmaVersion: 2018,
 | 
			
		||||
	},
 | 
			
		||||
	rules: {
 | 
			
		||||
		quotes: ["error", "double"],
 | 
			
		||||
		semi: ["error", "always"],
 | 
			
		||||
		"no-warning-comments": "warn",
 | 
			
		||||
		"comma-dangle": ["error", "always-multiline"],
 | 
			
		||||
		indent: ["error", "tab", { SwitchCase: 1 }],
 | 
			
		||||
		"no-tabs": "off",
 | 
			
		||||
		"no-var": "error",
 | 
			
		||||
		"prefer-const": "error",
 | 
			
		||||
		"object-shorthand": "error",
 | 
			
		||||
		"no-restricted-globals": [
 | 
			
		||||
			"error",
 | 
			
		||||
			{
 | 
			
		||||
				name: "fit",
 | 
			
		||||
				message: "Do not commit focused tests.",
 | 
			
		||||
			},
 | 
			
		||||
			{
 | 
			
		||||
				name: "fdescribe",
 | 
			
		||||
				message: "Do not commit focused tests.",
 | 
			
		||||
			},
 | 
			
		||||
		],
 | 
			
		||||
		"@typescript-eslint/ban-ts-comment": "warn",
 | 
			
		||||
		"@typescript-eslint/no-var-requires": "warn",
 | 
			
		||||
	},
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user