Skip to content

Commit

Permalink
chore(eslint): ignore tui-sandbox.ts since it's autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Nov 24, 2024
1 parent 97093b1 commit 0538679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default [
"**/test-environment/",
"eslint.config.mjs",
"dist/",
"cypress/support/tui-sandbox.ts",
],
},
...compat.extends(
Expand Down

0 comments on commit 0538679

Please sign in to comment.