Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Aug 24, 2024
1 parent 7f729df commit 6912aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/package.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const RULES_WITHOUT_PASS_FAIL_SECTIONS = new Set([
// Intended to not use `pass`/`fail` section in this rule.
'prefer-modern-math-apis',
'prefer-math-min-max',
'no-identical-alternatives-in-ternary',
'no-identical-alternatives-in-ternary',
]);

test('Every rule is defined in index file in alphabetical order', t => {
Expand Down

0 comments on commit 6912aa8

Please sign in to comment.