Skip to main content
Module

x/enum/.eslintrc

Enum is a javascript module that introduces the Enum Type. It works for node.js, in the browser and for deno.
Latest
File
{ "extends": [ "standard", "plugin:require-path-exists/recommended" ], "plugins": [ "require-path-exists" ], "globals": { "describe": false, "it": false, "before": false, "after": false, "beforeEach": false, "afterEach": false }, "rules": { "array-bracket-spacing": 0 }}