Skip to content

Commit 6726117

Browse files
committed
Enable eslint-plugin/meta-property-ordering rule
1 parent c7808ef commit 6726117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ module.exports = [
143143

144144
'prettier/prettier': 'error',
145145
'eslint-plugin/report-message-format': ['error', "^[A-Z`'{].*\\.$"],
146+
'eslint-plugin/meta-property-ordering': 'error',
146147
'eslint-plugin/prefer-placeholders': 'error',
147148
'eslint-plugin/test-case-property-ordering': 'error',
148149
'eslint-plugin/test-case-shorthand-strings': 'error',

0 commit comments

Comments
 (0)