forked from 418sec/generates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 680 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 680 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
34
35
36
{
"private": true,
"name": "generates",
"description": "Easier file generation/scaffolding/bootstrapping",
"author": {
"name": "Ian Walter",
"url": "https://ianwalter.dev"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"@changesets/cli": "^2.11.1",
"@ianwalter/bff": "^9.9.1",
"@ianwalter/eslint-config": "^5.3.0",
"@ianwalter/renovate-config": "^1.4.0"
},
"renovate": {
"extends": [
"@ianwalter"
]
},
"eslintConfig": {
"root": true,
"extends": [
"@ianwalter"
],
"rules": {
"no-eval": 0
}
},
"eslintIgnore": [
"dist"
]
}