chore(deps-dev): update eslint, prettier & antfu/eslint-config

This commit is contained in:
Braks
2022-05-11 22:10:40 +02:00
parent be2a37246a
commit 447d24c5a8
3 changed files with 436 additions and 362 deletions
+1
View File
@@ -3,6 +3,7 @@ const baseRules = {
'no-console': 0,
'chai-friendly/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
'prettier/prettier': ['error', {}, { usePrettierrc: true }],
'antfu/if-newline': 0,
}
module.exports = {