UNPKG
@sp46/snek
Version:
latest (0.4.0-a)
0.4.0
0.4.0-a
Danger noodle in your terminal
github.com/giodamelio/snek
giodamelio/snek
@sp46/snek
/
test
/
.eslintrc.js
10 lines
(9 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { extends: [
'@giodamelio/thehelpining/test'
], env: { jest:
true
, }, rules: {
'security/detect-child-process'
:
'off'
, }, };