mirror of
https://github.com/gogrlx/docs.grlx.dev.git
synced 2026-04-02 03:08:53 -07:00
added Prettier, Tailwind, styling, branding, sitemap, tracking
This commit is contained in:
16
prettier.config.cjs
Normal file
16
prettier.config.cjs
Normal file
@@ -0,0 +1,16 @@
|
||||
/** @type {import("prettier").Config} */
|
||||
module.exports = {
|
||||
arrowParens: 'avoid',
|
||||
semi: false,
|
||||
singleQuote: true,
|
||||
plugins: ['prettier-plugin-astro', 'prettier-plugin-tailwindcss'],
|
||||
overrides: [
|
||||
{
|
||||
files: '*.astro',
|
||||
options: {
|
||||
parser: 'astro',
|
||||
},
|
||||
},
|
||||
],
|
||||
tailwindFunctions: ['tw'],
|
||||
}
|
||||
Reference in New Issue
Block a user