[React] eslint settings

Jang Seok Woo·2022년 8월 25일
0

실무

목록 보기
127/136
{
	"editor.fontSize": 13,
	"workbench.iconTheme": "helium-icon-theme",
	"[javascript]": {
		"editor.defaultFormatter": "vscode.typescript-language-features"
	},
	"git.autofetch": true,
	"[javascriptreact]": {
		"editor.defaultFormatter": "vscode.typescript-language-features"
	},
	"eslint.codeActionsOnSave.rules": [],
	"editor.tabSize": 2,
	"editor.detectIndentation": false,
	"javascript.updateImportsOnFileMove.enabled": "always",
	"workbench.startupEditor": "none",
	"editor.minimap.showSlider": "always",
	"bracketPairColorizer.depreciation-notice": false,
	// "editor.formatOnSave": false,
	"editor.codeActionsOnSave": {
		"source.fixAll.eslint": true,
	},
	"eslint.validate": [
		"javascript",
		"javascriptreact",
		"typescript",
		"typescriptreact"
	],
	"extensions.ignoreRecommendations": true,
	"workbench.colorTheme": "GitHub Dark Default",
	"terminal.integrated.scrollback": 99999999999,
}
profile
https://github.com/jsw4215

0개의 댓글