setup-php/node_modules/argv/.nodelint.json
2019-09-20 21:54:46 +05:30

11 lines
90 B
JSON

{
"ignore": [
"node_modules/"
],
"linters": {
"jshint": {
"boss": true
}
}
}