mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 06:10:49 +02:00
Node 15
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = class LintRuleCommand extends Command {
|
||||
key: 'rule',
|
||||
prompt: 'Which rule would you like to get information on?',
|
||||
type: 'string',
|
||||
parse: rule => rule.toLowerCase().replace(/ /g, '-')
|
||||
parse: rule => rule.toLowerCase().replaceAll(' ', '-')
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user