File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "root": true,
3
+
4
+ "extends": "@ljharb",
5
+ }
Original file line number Diff line number Diff line change 12
12
]
13
13
},
14
14
"scripts" : {
15
+ "lint" : " eslint ." ,
16
+ "pretest" : " npm run lint" ,
15
17
"test" : " echo \" Error: no test specified\" && exit 1"
16
18
},
17
19
"repository" : {
30
32
"bugs" : {
31
33
"url" : " https://github.com/inspect-js/is-weakref/issues"
32
34
},
33
- "homepage" : " https://github.com/inspect-js/is-weakref#readme"
35
+ "homepage" : " https://github.com/inspect-js/is-weakref#readme" ,
36
+ "devDependencies" : {
37
+ "@ljharb/eslint-config" : " ^17.1.0" ,
38
+ "eslint" : " ^7.6.0"
39
+ }
34
40
}
You can’t perform that action at this time.
0 commit comments