create-instantsearch-app
Version:
⚡️ Build InstantSearch apps at the speed of thought
14 lines (13 loc) • 324 B
JavaScript
// eslint-disable-next-line import/no-commonjs
module.exports = {
extends: ['algolia', 'algolia/jest', 'algolia/react', 'algolia/typescript'],
rules: {
'@typescript-eslint/explicit-function-return-type': 'off',
'jest/expect-expect': 'off',
},
settings: {
react: {
version: 'detect',
},
},
};