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