-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 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
41
42
43
44
45
46
{
"name": "@dworac/eslint-config-typescript",
"author": "dworac <mail@dworac.com>",
"license": "MIT",
"version": "1.2.1",
"description": "dworac's eslint typescript configuration with airbnb, prettier and jsdoc",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dworac/eslint-config-typescript.git"
},
"keywords": [
"eslint",
"eslintconfig",
"typescript",
"prettier",
"dworac",
"jsdoc",
"airbnb"
],
"bugs": {
"url": "https://github.com/dworac/eslint-config-typescript/issues"
},
"homepage": "https://github.com/dworac/eslint-config-typescript#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1"
},
"peerDependencies": {
"typescript": "^4.9.5"
}
}