Skip to content

Commit

Permalink
fix: prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasfjeldberg committed Apr 2, 2024
1 parent bcc7344 commit 5424265
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,7 @@ module.exports = {
'plugin:prettier/recommended',
],
plugins: ['prettier'],
ignorePatterns: [
'dist',
'node_modules',
'.env',
'coverage',
'package.json',
'tsconfig.json',
],
ignorePatterns: ['dist', 'node_modules', '.env', 'coverage'],
rules: {
'prettier/prettier': ['error'],
// 'vue/html-indent': ['error', 4],
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ dist
coverage
CHANGELOG.md
pnpm-lock.yaml
package.json
tsconfig.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@
"nuxt",
"vue"
]
}
}

0 comments on commit 5424265

Please sign in to comment.