update prettier config
This commit is contained in:
Родитель
c97012fc7e
Коммит
6f064f89bb
|
@ -10,13 +10,4 @@ module.exports = {
|
|||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
arrowParens: 'avoid',
|
||||
overrides: [
|
||||
{
|
||||
// These files may be run as-is in IE 11 and must not have ES5-incompatible trailing commas
|
||||
files: ['*.html', '*.htm'],
|
||||
options: {
|
||||
trailingComma: 'es5',
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче