UNPKG

steganos

Version:

Node-based implementation of Steganos Secure Communication Protocol

32 lines (31 loc) 774 B
{ "env": { "browser": true, "es6": true, "node": true }, "extends": "airbnb", "parser": "babel-eslint", "rules": { "no-param-reassign": 0, "indent": [2, "tab", { "SwitchCase": 1, "VariableDeclarator": 1 }], "no-tabs": 0, "no-void": 0, "no-underscore-dangle": 0, "comma-dangle": 0, "react/prop-types": 0, "react/jsx-indent": [2, "tab"], "react/jsx-indent-props": [2, "tab"], "import/no-dynamic-require": 0, "import/extensions": 0, "function-paren-newline": 0, "global-require": 0, "prefer-destructuring": ["error", { "AssignmentExpression": { "array": false, "object": false } }], "max-len": ["error", { "ignoreComments": true, "ignoreStrings": true, "ignoreTemplateLiterals": true, "ignoreRegExpLiterals": true }] } }