Skip to content

Commit

Permalink
eslint update
Browse files Browse the repository at this point in the history
  • Loading branch information
btpf committed Dec 15, 2023
1 parent 316be63 commit a3d8147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"typescript.suggest.paths": false,
"eslint.format.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
// https://github.com/tailwindlabs/tailwindcss/discussions/5258#discussioncomment-1979394
"css.lint.unknownAtRules": "ignore",
Expand Down

0 comments on commit a3d8147

Please sign in to comment.