Skip to content

Commit 3b9fcd2

Browse files
committed
Enable eslint-plugin/prefer-replace-text rule
1 parent 39d401c commit 3b9fcd2

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
@@ -145,6 +145,7 @@ module.exports = [
145145
'eslint-plugin/report-message-format': ['error', "^[A-Z`'{].*\\.$"],
146146
'eslint-plugin/meta-property-ordering': 'error',
147147
'eslint-plugin/prefer-placeholders': 'error',
148+
'eslint-plugin/prefer-replace-text': 'error',
148149
'eslint-plugin/test-case-property-ordering': 'error',
149150
'eslint-plugin/test-case-shorthand-strings': 'error',
150151

0 commit comments

Comments
 (0)