From bf7f22413b15afd38cd00115babd7a399a99e185 Mon Sep 17 00:00:00 2001 From: Thomas Lavocat Date: Wed, 16 Aug 2023 13:21:23 +0200 Subject: [PATCH] eslintrc: identation Correct indentation for the yml content. --- .eslintrc.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 4249ade5..c277bbc0 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -12,27 +12,27 @@ plugins: - import rules: import/order: - - error - - groups: - - builtin - - external - - internal - - sibling - - parent - - index - alphabetize: - order: asc - caseInsensitive: true - newlines-between: always - pathGroups: # ensures the import of React is always on top - - pattern: react - group: builtin - position: before - pathGroupsExcludedImportTypes: - - react + - error + - groups: + - builtin + - external + - internal + - sibling + - parent + - index + alphabetize: + order: asc + caseInsensitive: true + newlines-between: always + pathGroups: # ensures the import of React is always on top + - pattern: react + group: builtin + position: before + pathGroupsExcludedImportTypes: + - react prefer-const: - - error - - destructuring: any + - error + - destructuring: any no-console: 2 eqeqeq: error overrides: