This commit is contained in:
Peter Dräxler 2021-09-25 13:42:02 +02:00
Родитель c97012fc7e
Коммит 6f064f89bb
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -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',
},
},
],
};