Skip to content

Commit

Permalink
Update prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Montalvo committed Jun 18, 2023
1 parent 013b6ad commit ef1ec19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
assets
pnpm-lock.yaml
*.cjs
*.js
*.ts
*.jsx
*.tsx
vite-tag.liquid
16 changes: 8 additions & 8 deletions .prettierrc.cjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module.exports = {
plugins: [
require('@shopify/prettier-plugin-liquid/standalone'),
require('prettier-plugin-tailwindcss')
],
singleQuote: true,
semi: false,
plugins: [require('@shopify/prettier-plugin-liquid/standalone'), require('prettier-plugin-tailwindcss')],
overrides: [
{
files: '*.liquid',
options: {
parser: 'liquid-html'
}
}
]
parser: 'liquid-html',
singleQuote: false,
},
},
],
}

0 comments on commit ef1ec19

Please sign in to comment.