eslintrc: identation
Correct indentation for the yml content.
This commit is contained in:
parent
a91ca3f9d0
commit
bf7f22413b
1 changed files with 20 additions and 20 deletions
|
|
@ -12,27 +12,27 @@ plugins:
|
||||||
- import
|
- import
|
||||||
rules:
|
rules:
|
||||||
import/order:
|
import/order:
|
||||||
- error
|
- error
|
||||||
- groups:
|
- groups:
|
||||||
- builtin
|
- builtin
|
||||||
- external
|
- external
|
||||||
- internal
|
- internal
|
||||||
- sibling
|
- sibling
|
||||||
- parent
|
- parent
|
||||||
- index
|
- index
|
||||||
alphabetize:
|
alphabetize:
|
||||||
order: asc
|
order: asc
|
||||||
caseInsensitive: true
|
caseInsensitive: true
|
||||||
newlines-between: always
|
newlines-between: always
|
||||||
pathGroups: # ensures the import of React is always on top
|
pathGroups: # ensures the import of React is always on top
|
||||||
- pattern: react
|
- pattern: react
|
||||||
group: builtin
|
group: builtin
|
||||||
position: before
|
position: before
|
||||||
pathGroupsExcludedImportTypes:
|
pathGroupsExcludedImportTypes:
|
||||||
- react
|
- react
|
||||||
prefer-const:
|
prefer-const:
|
||||||
- error
|
- error
|
||||||
- destructuring: any
|
- destructuring: any
|
||||||
no-console: 2
|
no-console: 2
|
||||||
eqeqeq: error
|
eqeqeq: error
|
||||||
overrides:
|
overrides:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue