Skip to content

Commit 6e17db9

Browse files
committed
Add .jshintignore to exclude node_modules and build directories from linting
1 parent b848112 commit 6e17db9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.jshintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
server/database/node_modules/
2+
server/frontend/build/
3+
node_modules/

0 commit comments

Comments
 (0)