mirror of https://github.com/sveltejs/svelte
chore: repo cleanup (#13029)
* chore: cleanup repo configs - remove prettier from packages, everything runs through the root now (also better aligns with how you work with it in VS Code: no more config duplication needed) - remove eslint from packages, run it once through the root now (revealed some inconsistencies and missing stuff, config tightened up as a result) (bump eslint while we're at it) * update vite and related packages (since rollup includes an addition to one estree node we need to adjust code a bit) * bump more packages * bump jsdom * lintpull/13036/head
parent
eebe42789b
commit
c4b721584a
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
export function busy() {
|
export function busy() {
|
||||||
let a = 0;
|
let a = 0;
|
||||||
for (let i = 0; i < 1_00; i++) {
|
for (let i = 0; i < 1_00; i++) {
|
||||||
a++;
|
a++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
dist/*.js
|
|
||||||
build/*.js
|
|
||||||
npm/**/*
|
|
||||||
config/*.js
|
|
||||||
messages/**/*.md
|
|
||||||
src/compiler/errors.js
|
|
||||||
src/compiler/warnings.js
|
|
||||||
src/internal/client/errors.js
|
|
||||||
src/internal/client/warnings.js
|
|
||||||
src/internal/shared/errors.js
|
|
||||||
src/internal/shared/warnings.js
|
|
||||||
src/internal/server/errors.js
|
|
||||||
tests/**/*.svelte
|
|
||||||
tests/**/_expected*
|
|
||||||
tests/**/_actual*
|
|
||||||
tests/**/expected*
|
|
||||||
tests/**/_output
|
|
||||||
tests/**/shards/*.test.js
|
|
||||||
tests/hydration/samples/*/_expected.html
|
|
||||||
tests/hydration/samples/*/_override.html
|
|
||||||
types
|
|
||||||
compiler/index.js
|
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +0,0 @@
|
|||||||
static/svelte-app.json
|
|
||||||
scripts/svelte-app/
|
|
||||||
src/routes/_components/Supporters/contributors.jpg
|
|
||||||
src/routes/_components/Supporters/contributors.js
|
|
||||||
src/routes/_components/Supporters/donors.jpg
|
|
||||||
src/routes/_components/Supporters/donors.js
|
|
||||||
src/lib/generated
|
|
Loading…
Reference in new issue