mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-13 21:17:49 -04:00
* 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
34 lines
1,013 B
JSON
34 lines
1,013 B
JSON
{
|
|
"name": "@mattermost/eslint-plugin",
|
|
"version": "1.1.0",
|
|
"description": "ESLint configuration and custom rules used by Mattermost",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mattermost/mattermost.git",
|
|
"directory": "webapp/platform/eslint-plugin"
|
|
},
|
|
"author": "Mattermost, Inc.",
|
|
"license": "Apache 2.0",
|
|
"homepage": "https://github.com/mattermost/mattermost/tree/master/webapp/platform/eslint-plugin#readme",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^7.1.0",
|
|
"@typescript-eslint/parser": "^7.1.0",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"jsx-ast-utils": "^3.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint-plugin-react": "^7.34.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint-plugin-react": {
|
|
"optional": true
|
|
},
|
|
"eslint-plugin-react-hooks": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|