Skip to content

Commit

Permalink
updated gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
LalitChaudhary1 committed Jun 2, 2020
1 parent 5b3d1c1 commit f40e792
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.DS_Store
node_modules
coverage
docs
.DS_Store
.nyc_output/
5 changes: 5 additions & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules/
docs/
test/
coverage/
README.md
9 changes: 9 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"esversion": 9,
"node": true,
"strict": true,
"unused": true,
"varstmt": true,
"maxdepth": 3,
"nocomma": true
}

0 comments on commit f40e792

Please sign in to comment.