Skip to content

Commit

Permalink
Merge pull request xtermjs#4931 from Tyriar/tyriar/out_ignore
Browse files Browse the repository at this point in the history
Ignore out dirs in eslint
  • Loading branch information
Tyriar authored Dec 30, 2023
2 parents b97baa7 + 7b7fb73 commit 1940bbe
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 1940bbe

Please sign in to comment.