Skip to content

Commit

Permalink
Ignore local/ when linting
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 3, 2022
1 parent 16dfa25 commit 0ff68de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
test
test
local
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
!/acorn-loose/node_modules
/.tern-port
/local
/bin/_acorn.js
/acorn/dist/*
/acorn/dist
/acorn-loose/dist
/acorn-walk/dist
/yarn.lock
Expand Down

0 comments on commit 0ff68de

Please sign in to comment.