mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
feat: change prettier.config.js to .prettierrc
This commit is contained in:
parent
ca5787dbaa
commit
1b4425bb4d
8
.prettierrc
Normal file
8
.prettierrc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"singleQuote": false,
|
||||||
|
"arrowParens": "always",
|
||||||
|
"trailingComma": "none",
|
||||||
|
"printWidth": 100,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"plugins": ["prettier-plugin-tailwindcss"]
|
||||||
|
}
|
@ -1,9 +0,0 @@
|
|||||||
/** @type {import('prettier').Config} */
|
|
||||||
module.exports = {
|
|
||||||
singleQuote: false,
|
|
||||||
arrowParens: 'always',
|
|
||||||
trailingComma: 'none',
|
|
||||||
printWidth: 100,
|
|
||||||
tabWidth: 2,
|
|
||||||
plugins: ['prettier-plugin-tailwindcss']
|
|
||||||
};
|
|
Loading…
x
Reference in New Issue
Block a user