[MM-23332] fix eslint (#1238)
* fix eslint packages * fix eslint rules * more eslint fixes
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"extends": [
|
||||
"./node_modules/eslint-config-mattermost/.eslintrc.json",
|
||||
"./node_modules/eslint-config-mattermost/.eslintrc-react.json",
|
||||
"plugin:mattermost/react",
|
||||
"plugin:cypress/recommended"
|
||||
],
|
||||
"plugins": [
|
||||
"import",
|
||||
"mattermost",
|
||||
"cypress"
|
||||
],
|
||||
"env": {
|
||||
@@ -21,6 +21,7 @@
|
||||
},
|
||||
"rules": {
|
||||
"import/no-unresolved": 2,
|
||||
"comma-dangle": 0,
|
||||
"import/order": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user