Use new JSX transform rules in ESLint
[MAILPOET-3915]
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"extends": "airbnb",
|
||||
"extends": [
|
||||
"airbnb",
|
||||
"plugin:react/jsx-runtime"
|
||||
],
|
||||
"env": {
|
||||
"browser": true
|
||||
},
|
||||
|
@@ -3,7 +3,8 @@
|
||||
"airbnb",
|
||||
"plugin:@typescript-eslint/eslint-recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:@typescript-eslint/recommended-requiring-type-checking"
|
||||
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
||||
"plugin:react/jsx-runtime"
|
||||
],
|
||||
"env": {
|
||||
"amd": true,
|
||||
|
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"extends": "airbnb",
|
||||
"extends": [
|
||||
"airbnb",
|
||||
"plugin:react/jsx-runtime"
|
||||
],
|
||||
"env": {
|
||||
"amd": true,
|
||||
"browser": true,
|
||||
|
@@ -3,7 +3,8 @@
|
||||
"airbnb",
|
||||
"plugin:@typescript-eslint/eslint-recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:@typescript-eslint/recommended-requiring-type-checking"
|
||||
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
||||
"plugin:react/jsx-runtime"
|
||||
],
|
||||
"env": {
|
||||
"amd": true,
|
||||
|
Reference in New Issue
Block a user