mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
refactor(lint): externalization of prettier for simpler IDE support
This commit is contained in:
parent
129f74c371
commit
02c4963531
4 changed files with 10 additions and 10 deletions
|
@ -16,15 +16,6 @@ module.exports = {
|
|||
},
|
||||
rules: {
|
||||
'vue/multi-word-component-names': ['off'],
|
||||
'prettier/prettier': [
|
||||
'error',
|
||||
{
|
||||
singleQuote: true,
|
||||
semi: true,
|
||||
tabWidth: 2,
|
||||
trailingComma: 'all',
|
||||
printWidth: 120,
|
||||
},
|
||||
],
|
||||
'prettier/prettier': ['error'],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue