Skip to content

Commit

Permalink
eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Feb 16, 2023
1 parent ed315ea commit a815e02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ vendor/*

# Ignore asset files
assets/*

# Ignore development files
webpack.config.js
jest.config.js
3 changes: 3 additions & 0 deletions packages/block-editor-tools/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
build
vendor

# Ignore development files
webpack.config.js
jest.config.js

0 comments on commit a815e02

Please sign in to comment.