-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
i want to edit '@vue/prettier' rules
like
module.exports = {
root: true,
'extends': [
'plugin:vue/essential',
'@vue/prettier',
'@vue/typescript'
],
'rules': {
'@vue/prettier/semi': false,
'semi': ['error', 'never'],
'no-plusplus': ['off'],
'no-param-reassign': ['off'],
'no-console': ['error', { allow: ['error', 'warn'] }],
}
}
but it don't work
what should i do?
jdinartejesus
Metadata
Metadata
Assignees
Labels
No labels