Skip to content

Commit

Permalink
Update test-case-property-ordering.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Apr 9, 2024
1 parent 9bfacfb commit d05a2d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/rules/test-case-property-ordering.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ module.exports = {
'output',
'options',
'parser',
'languageOptions', // used in eslint flat config
'parserOptions', // used in eslintrc config
'globals',
'env',
'languageOptions', // flat-mode only
'parserOptions', // eslintrc-mode only
'globals', // eslintrc-mode only
'env', // eslintrc-mode only
'errors',
];
const sourceCode = context.sourceCode || context.getSourceCode(); // TODO: just use context.sourceCode when dropping eslint < v9
Expand Down

0 comments on commit d05a2d1

Please sign in to comment.