From 5a16b1a26f6c213776deed9ac465e2bc81cdf5f3 Mon Sep 17 00:00:00 2001 From: Abhishek Garg <40450554+marshalcode@users.noreply.github.com> Date: Mon, 21 Feb 2022 05:54:38 +0530 Subject: [PATCH] removing redundant/unnecessary lines as these are defaults (#34587) ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint` --- examples/with-tailwindcss/prettier.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/with-tailwindcss/prettier.config.js b/examples/with-tailwindcss/prettier.config.js index f18d82f4928b..3f714ac456ec 100644 --- a/examples/with-tailwindcss/prettier.config.js +++ b/examples/with-tailwindcss/prettier.config.js @@ -1,6 +1,4 @@ module.exports = { - arrowParens: 'always', singleQuote: true, - tabWidth: 2, semi: false, }