We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31e4da commit e13afbaCopy full SHA for e13afba
lib/rules/test-case-property-ordering.js
@@ -45,10 +45,10 @@ module.exports = {
45
'output',
46
'options',
47
'parser',
48
- 'languageOptions', // used in eslint flat config
49
- 'parserOptions', // used in eslintrc config
50
- 'globals',
51
- 'env',
+ 'languageOptions', // flat-mode only
+ 'parserOptions', // eslintrc-mode only
+ 'globals', // eslintrc-mode only
+ 'env', // eslintrc-mode only
52
'errors',
53
];
54
const sourceCode = context.sourceCode || context.getSourceCode(); // TODO: just use context.sourceCode when dropping eslint < v9
0 commit comments