3 changed files with 22 additions and 2 deletions
			
			
		| @ -0,0 +1,16 @@ | |||
| module.exports = { | |||
|   root: true, | |||
|   parserOptions: { | |||
|     ecmaVersion: 12, | |||
|     sourceType: 'module', | |||
|     requireConfigFile: false, | |||
|   }, | |||
|   plugins: [], | |||
|   rules: { | |||
|     quotes: [ | |||
|       'error', | |||
|       'single', | |||
|       { avoidEscape: true, allowTemplateLiterals: true }, | |||
|     ], | |||
|   }, | |||
| }; | |||
					Loading…
					
					
				
		Reference in new issue