Skip to content

Commit

Permalink
Config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Sep 24, 2024
1 parent 6e6cc08 commit b284f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default antfu({
svelte: true,
stylistic: {
indent: 'tab',
semi: 'always',
},
languageOptions: {
globals: {
Expand All @@ -13,9 +14,7 @@ export default antfu({
rules: {
'no-self-assign': 'off',
'no-console': 'off',
'import/order': 'off',
'jsonc/object-curly-spacing': 'off',
'style/semi': ['error', 'always'],
'svelte/html-quotes': [
'error',
{
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b284f21

Please sign in to comment.