diff --git a/.prettierrc.js b/.prettierrc.js index 378203e266..5c99735800 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -1,9 +1,7 @@ +'use strict'; + module.exports = { - printWidth: 80, - tabWidth: 2, singleQuote: true, - trailingComma: 'es5', - arrowParens: 'always', overrides: [ { files: '*.json',