mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
update prettier file, remove package-lock.json
This commit is contained in:
parent
f3b9c83e55
commit
259b38c7aa
8
.prettierrc
Normal file
8
.prettierrc
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"singleQuote": true,
|
||||||
|
"arrowParens": "always",
|
||||||
|
"trailingComma": "none",
|
||||||
|
"printWidth": 100,
|
||||||
|
"tabWidth": 2,
|
||||||
|
"plugins": ["prettier-plugin-tailwindcss"]
|
||||||
|
}
|
5576
package-lock.json
generated
5576
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,10 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
singleQuote: true,
|
|
||||||
arrowParens: 'always',
|
|
||||||
trailingComma: 'none',
|
|
||||||
printWidth: 100,
|
|
||||||
tabWidth: 2,
|
|
||||||
// pnpm doesn't support plugin autoloading
|
|
||||||
// https://github.com/tailwindlabs/prettier-plugin-tailwindcss#installation
|
|
||||||
plugins: [require('prettier-plugin-tailwindcss')]
|
|
||||||
};
|
|
Loading…
x
Reference in New Issue
Block a user