-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 951 Bytes
/
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
{
"name": "@diplodoc/eslint-config",
"version": "1.0.17",
"description": "diplodoc ESLint config, following our styleguide",
"keywords": [
"eslint",
"config"
],
"license": "MIT",
"main": "index.js",
"files": [
"prettier.js"
],
"scripts": {
"test": "exit 0"
},
"dependencies": {
"@gravity-ui/eslint-config": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-security": "1.7.1"
},
"devDependencies": {
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/diplodoc/eslint-config"
},
"bugs": {
"url": "https://github.com/diplodoc/eslint-config/issues"
},
"homepage": "https://github.com/diplodoc/eslint-config#readme"
}