Browse Source

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

master
marcussorealheis 4 years ago
parent
commit
134952dd1a
No known key found for this signature in database GPG Key ID: 4FCAF5A672BCF37F
  1. 2
      .prettierrc.json

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

Loading…
Cancel
Save