* Update ESLint and plugins * Move most channels-specific ESLint configuration into ESLint plugin * Add ESLint to types and client packages * Add ESLint to components package
7 строки
69 B
JSON
7 строки
69 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"plugin:@mattermost/base"
|
|
]
|
|
}
|