mirror of
https://github.com/standardnotes/app
synced 2026-07-30 20:16:10 -04:00
* chore: upgrade eslint and prettier * chore: add restrict-template-expressions
8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": false,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|