Skip to content

Commit 0a70707

Browse files
committed
test: add ordering rules
1 parent a109c4a commit 0a70707

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export default [
1818
'eslint-plugin/require-meta-docs-url':
1919
['error', { 'pattern': 'https://github.com/cypress-io/eslint-plugin-cypress/blob/master/docs/rules/{{name}}.md' }],
2020
'eslint-plugin/require-meta-docs-description': 'error',
21+
'eslint-plugin/meta-property-ordering': 'error',
22+
'eslint-plugin/test-case-property-ordering': 'error',
2123
'n/no-extraneous-require':
2224
['error', { 'allowModules': ['jest-config'] }],
2325
'mocha/no-mocha-arrows': 'off',

0 commit comments

Comments
 (0)