Put standard eslint rules before airbnb configs
[MAILPOET-3915]
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
{
|
||||
"extends": [
|
||||
"airbnb",
|
||||
"airbnb-typescript",
|
||||
"plugin:@typescript-eslint/eslint-recommended",
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
||||
"airbnb",
|
||||
"airbnb-typescript",
|
||||
"plugin:react/jsx-runtime"
|
||||
],
|
||||
"env": {
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"extends": [
|
||||
"airbnb",
|
||||
"airbnb-typescript",
|
||||
"plugin:@typescript-eslint/eslint-recommended",
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
||||
"airbnb",
|
||||
"airbnb-typescript",
|
||||
"plugin:react/jsx-runtime"
|
||||
],
|
||||
"env": {
|
||||
|
Reference in New Issue
Block a user