setup-php/node_modules/argv/.nodelint.json

11 lines
90 B
JSON
Raw Normal View History

2019-09-20 09:41:20 +07:00
{
"ignore": [
"node_modules/"
],
"linters": {
"jshint": {
"boss": true
}
}
}