refactor: Disable ESLint indent rule (no-changelog) (#4828)

* 👕 Disable ESLint `indent` rule

* 🔥 Remove redundant rule
This commit is contained in:
Iván Ovejero
2022-12-06 16:07:26 +01:00
committed by GitHub
parent 1722c6b0c5
commit 7b819ad5a1
2 changed files with 7 additions and 1 deletions

View File

@@ -129,6 +129,13 @@ const config = (module.exports = {
*/
'no-void': ['error', { allowAsStatement: true }],
/**
* https://eslint.org/docs/latest/rules/indent
*
* Delegated to Prettier.
*/
indent: 'off',
/**
* https://eslint.org/docs/latest/rules/sort-imports
*/