UNPKG

eslint-config-themis

Version:

ESLint shareable config for Warby Parker

86 lines (85 loc) 2.38 kB
module.exports = { "rules": { // "array-bracket-spacing": 0, // "block-spacing": 0, // "brace-style": 0, // "camelcase": 0, // "capitalized-comments": 0, // "comma-dangle": 0, // "comma-spacing": 0, // "comma-style": 0, // "computed-property-spacing": 0, // "consistent-this": 0, "eol-last": 2, // "func-call-spacing": 0, // "func-name-matching": 0, // "func-names": 0, // "func-style": 0, // "id-blacklist": 0, // "id-length": 0, // "id-match": 0, // "indent": 0, // "jsx-quotes": 0, // "key-spacing": 0, // "keyword-spacing": 0, // "line-comment-position": 0, // "linebreak-style": 0, // "lines-around-comment": 0, // "lines-around-directive": 0, // "max-depth": 0, // "max-len": 0, // "max-lines": 0, // "max-nested-callbacks": 0, // "max-params": 0, // "max-statements-per-line": 0, // "max-statements": 0, // "multiline-ternary": 0, // "new-cap": 0, // "new-parens": 0, // "newline-after-var": 0, // "newline-before-return": 0, // "newline-per-chained-call": 0, // "no-array-constructor": 0, // "no-bitwise": 0, // "no-continue": 0, // "no-inline-comments": 0, // "no-lonely-if": 0, // "no-mixed-operators": 0, "no-mixed-spaces-and-tabs": 2, // "no-multiple-empty-lines": 0, // "no-negated-condition": 0, // "no-nested-ternary": 0, // "no-new-object": 0, // "no-plusplus": 0, // "no-restricted-syntax": 0, // "no-tabs": 0, // "no-ternary": 0, // "no-trailing-spaces": 0, // "no-underscore-dangle": 0, // "no-unneeded-ternary": 0, // "no-whitespace-before-property": 0, // "object-curly-newline": 0, // "object-curly-spacing": 0, // "object-property-newline": 0, // "one-var-declaration-per-line": 0, // "one-var": 0, // "operator-assignment": 0, // "operator-linebreak": 0, // "padded-blocks": 0, // "quote-props": 0, // "quotes": 0, // "require-jsdoc": 0, // "semi-spacing": 0, // "semi": 0, // "sort-keys": 0, // "sort-vars": 0, // "space-before-blocks": 0, // "space-before-function-paren": 0, // "space-in-parens": 0, // "space-infix-ops": 0, // "space-unary-ops": 0, // "spaced-comment": 0, // "unicode-bom": 0, // "wrap-regex": 0, } };