chore: transfer repo
This commit is contained in:
9
prettier.config.js
Normal file
9
prettier.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/** @type {import('prettier').Config} */
|
||||
module.exports = {
|
||||
singleQuote: true,
|
||||
arrowParens: 'always',
|
||||
trailingComma: 'none',
|
||||
printWidth: 100,
|
||||
tabWidth: 2,
|
||||
plugins: ['prettier-plugin-tailwindcss']
|
||||
};
|
||||
Reference in New Issue
Block a user