Skip to content

Commit

Permalink
fix: lint 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Josanghyeon authored and Josanghyeon committed Apr 13, 2023
1 parent 07ed8b9 commit 22bcc9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
lib/recommended.js
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
],
env: {
node: true,
es6: true,
},
overrides: [
{
Expand Down

0 comments on commit 22bcc9e

Please sign in to comment.