UNPKG

stymie

Version:

Cryptographically secure password manager

34 lines (32 loc) 1.08 kB
{ "rules": { "brace-style": [2, "1tbs", { "allowSingleLine": false }], "camelcase": 2, "comma-spacing": [2, {"before": false, "after": true}], "comma-style": [2, "last"], "curly": 2, "eol-last": 2, "eqeqeq": [2, "smart"], "key-spacing": [2, {"beforeColon": false, "afterColon": true}], # "indent": [2, 4, {"SwitchCase": 1, "VariableDeclarator": 1}], "linebreak-style": [2, "unix"], "new-parens": 2, "no-caller": 2, "no-multi-spaces": 2, "no-multiple-empty-lines": [2, {max: 2}], "no-trailing-spaces": 2, "no-useless-concat": 2, "quotes": [2, "single", "avoid-escape"], "semi": [2, "always"], "space-before-function-paren": [2, {"anonymous": "always", "named": "never"}], "space-in-parens": [2, "never"], "spaced-comment": [2, "always"], "wrap-iife": [2, "outside"] }, "env": { "es6": true, "jasmine": true, "node": true }, "extends": "eslint:recommended" }