Skip to content

Commit

Permalink
Ignore out dirs in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Dec 30, 2023
1 parent b97baa7 commit 7b7fb73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
},
"ignorePatterns": [
"addons/*/src/third-party/*.ts",
"out/*",
"out-test/*",
"**/inwasm-sdks/*",
"**/typings/*.d.ts",
"**/node_modules",
Expand Down

0 comments on commit 7b7fb73

Please sign in to comment.