UNPKG

create-instantsearch-app

Version:

⚡️ Build InstantSearch apps at the speed of thought

10 lines (9 loc) 325 B
module.exports = { // extends from 'prettier/vue' until we update the Algolia configuration extends: ['algolia/vue', 'prettier/vue'], rules: { 'import/no-commonjs': 'off', // enable the rule until we update the Algolia configuration 'vue/component-name-in-template-casing': ['error', 'kebab-case'], }, };