module.exports = { extends: '../../.eslintrc.js', rules: { "react/no-multi-comp": 1, "no-shadow": 1, "no-nested-ternary": 1 }, };