Skip to content

Commit

Permalink
chore: turn off eslint plugin quick fix on save of standalone rule (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch authored Jan 13, 2025
1 parent c29346f commit a5c4e68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
"prettier.requireConfig": true,
"coverage-gutters.showLineCoverage": true,
"cSpell.enabled": true,
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"karmaTestExplorer.enableExtension": false,
"eslint.codeActionsOnSave.rules": ["!@angular-eslint/prefer-standalone", "*"]
}

0 comments on commit a5c4e68

Please sign in to comment.