added .idea to gitignore, added datalayer repos, added webpack and vite configs

pull/6876/head
Tom Shaw 5 years ago
parent e6f5edbbdd
commit 53b07cc9cf

@ -0,0 +1,9 @@
{
"svelteSortOrder": "options-styles-scripts-markup",
"svelteStrictMode": true,
"svelteBracketNewLine": false,
"svelteAllowShorthand": false,
"svelteIndentScriptAndStyle": false,
"singleQuote": true,
"trailingComma": "all"
}
Loading…
Cancel
Save