1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Merge pull request #7493 from MarcusSorealheis/janitor-remove_deprecated_name

removing a basic warning so it doesn't add to the others that will su…
This commit is contained in:
Martin McKeaveney 2022-08-30 08:07:10 +01:00 committed by GitHub
commit 51f2753d18

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