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 a5c83c197f
commit 134952dd1a
No known key found for this signature in database
GPG Key ID: 4FCAF5A672BCF37F
1 changed files with 1 additions and 1 deletions

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"
}