UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

15 lines (11 loc) 192 B
{ "root": true, "extends": "@ljharb", "globals": { "BigInt": true, }, "rules": { "new-cap": [2, { "capIsNewExceptions": ["BigInt"] }], "operator-linebreak": [2, "before"], }, }