UNPKG

object-str-find

Version:

Find substring or match regexp in the object and his inner objects.

20 lines (19 loc) 315 B
{ "extends": ["airbnb-base"], "env": { "browser": false, "commonjs": true, "node": true, "es6": true }, "parserOptions": { "ecmaVersion": 2018 }, "rules": { "no-console": "off", "no-bitwise": 0, "semi": 0, "import/prefer-default-export": 0, "semi-style": 0 } }