mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-15 23:58:56 -05:00
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
{
|
|
"*.{js,jsx,ts,tsx}": ["eslint --fix", "prettier --write"],
|
|
"*.{json,css,scss,md,mdx,yml,yaml}": ["prettier --write"]
|
|
}
|