mirror of https://github.com/sveltejs/svelte
parent
573acf9073
commit
3e40b085a3
@ -0,0 +1,13 @@
|
|||||||
|
/*
|
||||||
|
!/elements
|
||||||
|
!/scripts
|
||||||
|
# TODO: after launch new site, format site dir.
|
||||||
|
/site
|
||||||
|
!/src
|
||||||
|
src/compiler/compile/internal_exports.ts
|
||||||
|
!/test
|
||||||
|
/test/**/*.svelte
|
||||||
|
/test/**/_expected*
|
||||||
|
/test/**/_actual*
|
||||||
|
/test/**/expected*
|
||||||
|
/types
|
||||||
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"useTabs": true,
|
||||||
|
"singleQuote": true,
|
||||||
|
"trailingComma": "none",
|
||||||
|
"printWidth": 100,
|
||||||
|
"plugins": ["prettier-plugin-svelte"],
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": "site/**/*.md",
|
||||||
|
"options": {
|
||||||
|
"requirePragma": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"pluginSearchDirs": ["."]
|
||||||
|
}
|
||||||
Loading…
Reference in new issue