-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 957 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
39
40
41
{
"name": "@avenga/eslint-config",
"version": "2.0.0",
"description": "eslint configs from avenga for various languages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/avenga/eslint-config.git"
},
"keywords": [
"avenga",
"typescript",
"ts",
"config",
"lint",
"linting",
"linter",
"backend",
"frontend",
"eslint",
"eslintconfig"
],
"author": "Avenga",
"license": "MIT",
"bugs": {
"url": "https://github.com/avenga/eslint-config/issues"
},
"homepage": "https://github.com/avenga/eslint-config#readme",
"dependencies": {
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-prefer-arrow": "~1.2.3",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
}
}