Skip to content

Commit

Permalink
fix: don't disable auto-formatting (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Apr 1, 2024
1 parent e2f7685 commit 815522c
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 130 deletions.
4 changes: 0 additions & 4 deletions packages/eslint-config/src/cli/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ export const vscodeSettingsString = `
// Enable the ESlint flat config support
"eslint.experimental.useFlatConfig": true,
// Disable the default formatter, use eslint instead
"prettier.enable": false,
"editor.formatOnSave": false,
// Auto fix
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
Expand Down
Loading

0 comments on commit 815522c

Please sign in to comment.