Browse Source
removing a basic warning so it doesn't add to the others that will surely come.
master
marcussorealheis
4 years ago
No known key found for this signature in database
GPG Key ID: 4FCAF5A672BCF37F
1 changed files with
1 additions and
1 deletions
-
.prettierrc.json
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
"singleQuote": false, |
|
|
|
"trailingComma": "es5", |
|
|
|
"arrowParens": "avoid", |
|
|
|
"jsxBracketSameLine": false, |
|
|
|
"bracketSameLine": false, |
|
|
|
"plugins": ["prettier-plugin-svelte"], |
|
|
|
"svelteSortOrder": "options-scripts-markup-styles" |
|
|
|
} |
|
|
|
|