UNPKG

@abcb-cafe/investing-com-api

Version:
22 lines (21 loc) 405 B
{ "env": { "commonjs": true, "es2021": true, "node": true, "jest": true }, "extends": ["eslint:recommended", "google"], "parserOptions": { "ecmaVersion": 12 }, "rules": { "max-len": [ "error", 120 ], "object-curly-spacing": [ "error", "always" ], "space-infix-ops": "error" } }