diff --git a/.prettierrc.js b/.prettierrc.js index 1c9798c8..4dfcf40a 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -6,5 +6,5 @@ module.exports = { semi: true, singleQuote: true, tabWidth: 2, - trailingComma: 'none' + trailingComma: 'es5', };