ci: Downgrade prettier (no-changelog) (#6804)

* ci: downgrade prettier (no-changelog)

* remove indent rule from editor
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-07-31 14:55:03 +02:00
committed by GitHub
parent f6bf9e9887
commit 37a365fe9f
4 changed files with 7 additions and 8 deletions

View File

@@ -17,7 +17,6 @@ module.exports = {
'import/order': 'off',
'import/no-cycle': 'warn',
'import/no-duplicates': 'warn',
indent: 'warn',
'@typescript-eslint/ban-types': 'warn',
'@typescript-eslint/dot-notation': 'warn',
'@typescript-eslint/lines-between-class-members': 'warn',