Put standard eslint rules before airbnb configs

[MAILPOET-3915]
This commit is contained in:
Jan Jakes
2022-03-14 14:17:37 +01:00
committed by Veljko V
parent 2fc77cf1fe
commit 1c9c66c94c
2 changed files with 6 additions and 6 deletions

View File

@ -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": {

View File

@ -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": {