UNPKG

@spree/storefront-api-v2-sdk

Version:

Node module to easily integrate your JavaScript or TypeScript application with Spree API V2. You can create an entirely custom Storefront in JS/TS with this package including one page checkout, Single Page Apps, PWAs and so on

20 lines (19 loc) 503 B
{ "defaultSeverity": "error", "extends": [ "tslint:recommended" ], "jsRules": {}, "rules": { "experimentalDecorators": false, "indent": [true, "spaces", 2], "interface-name" : [false], "no-console": [false, "error"], "no-duplicate-imports": true, "object-literal-sort-keys": false, "quotemark": [true, "single"], "semicolon": [true, "never"], "trailing-comma": [false] }, "rulesDirectory": [] }