Skip to content

Commit

Permalink
eslint: Ignore _build path files
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Feb 24, 2023
1 parent e198902 commit 75b0474
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ignorePatterns:
- _build/**

extends:
- ./lint/eslintrc-gjs.yml
- ./lint/eslintrc-shell.yml
Expand Down

0 comments on commit 75b0474

Please sign in to comment.