Skip to content

Commit 211ced9

Browse files
committed
chore: .eslintignore added
1 parent b463037 commit 211ced9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.eslintignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.DS_Store
2+
node_modules
3+
/build
4+
/.svelte-kit
5+
/package
6+
/static
7+
/dist
8+
.env
9+
.env.*
10+
!.env.example
11+
12+
pnpm-lock.yaml
13+
package-lock.json
14+
yarn.lock

0 commit comments

Comments
 (0)