-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 964 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 964 Bytes
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
{
"name": "@onthebyway/eslint-config-typescript",
"version": "1.0.0",
"description": "byway eslint config typescript",
"main": "index.js",
"keywords": [
"style guide",
"lint",
"eslint",
"byway",
"airbnb"
],
"author": "David M. Rainer <david@byway.at>",
"license": "ISC",
"peerDependencies": {
"@onthebyway/eslint-config-base": "github:onthebyway/eslint-config-base",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onthebyway/eslint-config-typescript"
},
"bugs": {
"url": "https://github.com/onthebyway/eslint-config-typescript/issues"
},
"homepage": "https://github.com/onthebyway/eslint-config-typescript#readme"
}