1
0
Fork 0
mirror of synced 2024-04-30 02:22:32 +12:00

removing a basic warning so it doesn't add to the others that will surely come.

This commit is contained in:
marcussorealheis 2022-08-28 22:48:02 -07:00
parent 9673cf5d1b
commit 9355a55ca4

View file

@ -4,7 +4,7 @@
"singleQuote": false,
"trailingComma": "es5",
"arrowParens": "avoid",
"jsxBracketSameLine": false,
"bracketSameLine": false,
"plugins": ["prettier-plugin-svelte"],
"svelteSortOrder": "options-scripts-markup-styles"
}