UNPKG

factom-vote

Version:

JS implementation of the Factom voting specification

37 lines (36 loc) 710 B
{ "env": { "browser": true, "es6": true, "node": true, "mocha": true }, "extends": "eslint:recommended", "parserOptions": { "sourceType": "module", "ecmaVersion": 2017, "ecmaFeatures": { "experimentalObjectRestSpread": true } }, "rules": { "no-throw-literal": 2, "indent": [ "warn", 4, { "SwitchCase": 1 } ], "linebreak-style": [ "error", "unix" ], "quotes": [ "error", "single" ], "semi": [ "error", "always" ] } }