module.exports = { extends: ['@4tw'], rules: { 'vue/multi-word-component-names': 'off', 'cypress/unsafe-to-chain-command': 'off', 'vue/component-definition-name-casing': 'off', }, }