UNPKG

@haystacks/async

Version:

A framework to build any number or any kind of native application or automation solution.

17 lines (16 loc) 340 B
{ "env": { "browser": true, "es2021": true }, "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "rules": { "no-mixed-spaces-and-tabs": "warn", "spaced-comment": "warn", "no-trailing-spaces": "warn" } }