diff --git a/.editorconfig b/.editorconfig index 9029500..cae6390 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,4 +2,5 @@ root = true [*] end_of_line = lf -insert_final_newline = true \ No newline at end of file +insert_final_newline = true +indent_size = 2 diff --git a/.eslintignore b/.eslintignore index 3897265..1cee601 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,11 +2,22 @@ node_modules /build /.svelte-kit +/.vercel /package .env .env.* !.env.example +.idea/* +!.idea/codeStyles +!.idea/inspectionProfiles +!.idea/jsLinters +!.idea/prettier.xml + +.vscode + +yarn-error.log + # Ignore files for PNPM, NPM and YARN pnpm-lock.yaml package-lock.json diff --git a/.eslintrc.cjs b/.eslintrc.cjs index a67843f..1f509b6 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -9,6 +9,7 @@ module.exports = { '@typescript-eslint/no-non-null-assertion': 'off', 'svelte/no-at-html-tags': 'off', 'svelte/html-self-closing': 'off', + 'no-inner-declarations': 'off', }, parserOptions: { sourceType: 'module', diff --git a/.gitignore b/.gitignore index 545a149..f21ea4d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules /build /.svelte-kit +/.vercel /package .env .env.* @@ -16,3 +17,7 @@ node_modules .vscode yarn-error.log +.vercel + +# Static Deps +static/motion-canvas diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 183e5e4..11e0616 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -2,13 +2,11 @@