diff --git a/.eslintignore b/.eslintignore index 9425b10c..6706edc9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,6 @@ !.* coverage +dist lib node_modules pnpm-lock.yaml diff --git a/cspell.json b/cspell.json index f22a4529..62775d5c 100644 --- a/cspell.json +++ b/cspell.json @@ -4,6 +4,7 @@ ".github", "CHANGELOG.md", "coverage", + "dist", "lib", "node_modules", "pnpm-lock.yaml",