48 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
| {
 | |
|   "prettier.enable": false,
 | |
|   "editor.formatOnSave": false,
 | |
| 
 | |
|   "editor.codeActionsOnSave": {
 | |
|     "source.fixAll.eslint": "explicit",
 | |
|     "source.organizeImports": "never"
 | |
|   },
 | |
| 
 | |
|   "eslint.rules.customizations": [
 | |
|     { "rule": "style/*", "severity": "off", "fixable": true },
 | |
|     { "rule": "format/*", "severity": "off", "fixable": true },
 | |
|     { "rule": "*-indent", "severity": "off", "fixable": true },
 | |
|     { "rule": "*-spacing", "severity": "off", "fixable": true },
 | |
|     { "rule": "*-spaces", "severity": "off", "fixable": true },
 | |
|     { "rule": "*-order", "severity": "off", "fixable": true },
 | |
|     { "rule": "*-dangle", "severity": "off", "fixable": true },
 | |
|     { "rule": "*-newline", "severity": "off", "fixable": true },
 | |
|     { "rule": "*quotes", "severity": "off", "fixable": true },
 | |
|     { "rule": "*semi", "severity": "off", "fixable": true }
 | |
|   ],
 | |
| 
 | |
|   "eslint.validate": [
 | |
|     "javascript",
 | |
|     "javascriptreact",
 | |
|     "typescript",
 | |
|     "typescriptreact",
 | |
|     "vue",
 | |
|     "html",
 | |
|     "markdown",
 | |
|     "json",
 | |
|     "json5",
 | |
|     "jsonc",
 | |
|     "yaml",
 | |
|     "toml",
 | |
|     "xml",
 | |
|     "gql",
 | |
|     "graphql",
 | |
|     "astro",
 | |
|     "svelte",
 | |
|     "css",
 | |
|     "less",
 | |
|     "scss",
 | |
|     "pcss",
 | |
|     "postcss"
 | |
|   ]
 | |
| }
 |