forked from realize-it/eslint-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@realize-it/eslint-config",
"version": "0.1.2",
"description": "Набор общих правил и плагинов eslint для фронтенд-проектов компании Realize",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realize-it/eslint-config.git"
},
"keywords": [
"eslint",
"config"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/realize-it/eslint-config/issues"
},
"homepage": "https://github.com/realize-it/eslint-config#readme",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsdoc": "^31.0.8",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-unicorn": "^26.0.1",
"eslint-plugin-unused-imports": "^1.0.1",
"jest": "^26.6.3"
}
}