Skip to content

Instantly share code, notes, and snippets.

@nkgentile
Created April 14, 2023 18:10
Show Gist options
  • Save nkgentile/4bbce1ca6f825c27790b4efcf03069ce to your computer and use it in GitHub Desktop.
Save nkgentile/4bbce1ca6f825c27790b4efcf03069ce to your computer and use it in GitHub Desktop.
VSCode ESLint settings
{
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
// ESLint
"eslint.format.enable": true,
"eslint.lintTask.enable": true,
"eslint.onIgnoredFiles": "warn",
// "eslint.workingDirectories": [
// { "pattern": "./apps/*/" },
// { "pattern": "./packages/*/" }
// ],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment