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
/
.eslintrc.js
11 lines
(10 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { extends: [
'@giodamelio/thehelpining/core'
,
'@giodamelio/thehelpining/es2015'
,
'@giodamelio/thehelpining/node'
, ], rules: {
'filenames/match-regex'
:
'off'
, }, };