We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbe102 commit 1147fe2Copy full SHA for 1147fe2
__tests__/rule-tester.js
@@ -25,7 +25,7 @@ function convertConfig(config) {
25
26
if (typeof config.parser === 'string') {
27
config.languageOptions.parser = require(config.parser)
28
- delete config.parser
+ delete config.parser
29
}
30
31
if (config.globals instanceof Object) {
0 commit comments