UNPKG

steam-market-util

Version:

Utility designed to take the prices from the trading platform Steam.

10 lines (9 loc) 180 B
{ "extends": "eslint-config-airbnb", "rules": { "indent": [2, "tab"], "id-length": [1, { "min": 1 }], "strict": [0, "global"], "comma-dangle": 0 } }