Skip to content

Commit 1147fe2

Browse files
authoredMay 16, 2024
Update rule-tester.js
1 parent 0bbe102 commit 1147fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎__tests__/rule-tester.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function convertConfig(config) {
2525

2626
if (typeof config.parser === 'string') {
2727
config.languageOptions.parser = require(config.parser)
28-
delete config.parser
28+
delete config.parser
2929
}
3030

3131
if (config.globals instanceof Object) {

0 commit comments

Comments
 (0)