/opt/canhelp/node_modules/shell-quote
NameSizeModeActions
.github/-0755rm
test/-0755rm
.eslintrc4930644editdlrm
.nycrc2290644editdlrm
index.js870644editdlrm
LICENSE11090644editdlrm
package.json18670644editdlrm
parse.js51880644editdlrm
print.py530755editdlrm
quote.js4970644editdlrm
README.md36420644editdlrm
security.md2950644editdlrm
Edit: /opt/canhelp/node_modules/shell-quote/.eslintrc (493B)
{ "root": true, "extends": "@ljharb", "rules": { "array-bracket-newline": 0, "complexity": 0, "eqeqeq": 1, "func-style": [2, "declaration"], "max-depth": 0, "max-lines-per-function": 0, "max-statements": 0, "multiline-comment-style": 0, "no-negated-condition": 1, "no-param-reassign": 1, "no-lonely-if": 1, "no-shadow": 1, "no-template-curly-in-string": 0, }, "overrides": [ { "files": "example/**", "rules": { "no-console": 0, }, }, ], }