From 57a23bedee2075a9307026edc3bcc7b14eec57ee Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 14 Dec 2020 11:14:33 -0800 Subject: [PATCH] fix: issue where some prettier defaults got turned off --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 6ff587fe..3aaeb8f5 100644 --- a/index.js +++ b/index.js @@ -9,6 +9,7 @@ module.exports = { 'plugin:import/warnings', 'plugin:sonarjs/recommended', 'prettier', + 'prettier/prettier' ], plugins: ['eslint-comments', 'import', 'node', 'prettier', 'sonarjs', 'unicorn'], rules: {