UNPKG

supermosh

Version:

Datamosh in the browser

17 lines (16 loc) 278 B
env: browser: true es2021: true extends: - airbnb-base parser: '@typescript-eslint/parser' parserOptions: ecmaVersion: 12 sourceType: module plugins: - '@typescript-eslint' rules: max-len: off no-await-in-loop: off no-plusplus: off no-restricted-syntax: off