UNPKG

brandlabs-bigcommerce-wishlist

Version:

Easy-to-use wishlist functionality for BigCommerce themes.

36 lines (35 loc) 809 B
module.exports = { "parser": "babel-eslint", "rules": { "indent": [ 2, 4 ], "no-alert": 0, "consistent-return": 0, "max-len": 0, "import/first": 0, "no-mixed-operators": 0, "class-methods-use-this": 0, "no-template-curly-in-string": 0, "no-underscore-dangle": 0, "prefer-spread": 0, "no-plusplus": 0, 'no-restricted-syntax': 0, "no-prototype-builtins": 0, "no-useless-escape": 0, "global-require": 0, "newline-per-chained-call": 0, "arrow-parens": 0, "prefer-destructuring": 0, "import/no-named-as-default": 0, "import/no-named-as-default-member": 0, "no-param-reassign": [2, { "props": false }], "camelcase": 0, }, "env": { "es6": true, "browser": true }, "extends": "airbnb-base" };