Skip to content

Commit

Permalink
chore: add oxlint snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Feb 9, 2025
1 parent fe57ae8 commit 88b4e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/snapshot.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ const featureFlags = [
'playwright',
'nightwatch',
'eslint',
'eslint-with-oxlint',
'prettier',
// TODO: oxlint
]
const featureFlagsDenylist = [
['cypress', 'playwright'],
['playwright', 'nightwatch'],
['cypress', 'nightwatch'],
['cypress', 'playwright', 'nightwatch'],
['eslint', 'eslint-with-oxlint']
]

// The following code & comments are generated by GitHub CoPilot.
Expand Down

0 comments on commit 88b4e1c

Please sign in to comment.