PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
ebg13
module.exports = { "extends": "airbnb-base", "plugins": [ "import", ], "env": { "node": true, "mocha": true, }, "globals": { "expect": true, }, rules: { "no-mixed-operators": [ "error", { "groups": [ ["+", "-", "*", "/", "%", "**"], ["&", "|", "^", "~", "<<", ">>", ">>>"], ["==", "!=", "===", "!==", ">", ">=", "<", "<="], ["&&", "||"], ["in", "instanceof"] ], "allowSamePrecedence": true } ], "no-plusplus": [ "off", ] } };
[+]
bin
[+]
..
[+]
keys
[-] .npmignore
[edit]
[-] package.json
[edit]
[-] index.spec.js
[edit]
[-] .eslintrc.js
[edit]
[-] index.js
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]