UNPKG

hoody

Version:

The Hoody data layer for Browsers or NodeJS.

33 lines (31 loc) 465 B
"use strict"; module.exports = { "extends": "eslint:recommended", parserOptions: { sourceType: "module", ecmaVersion: 8 }, env: { es6: true }, rules: { "no-self-assign": [ "off" ], indent: [ "error", "tab", { "SwitchCase": 1 } ], semi: [ "error", "always" ], "require-await": [ "error" ], "no-constant-condition": [ "off" ] } };