We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45da57d commit 6b6e33eCopy full SHA for 6b6e33e
playgrounds/autocomplete/.eslintrc.cjs
@@ -0,0 +1,5 @@
1
+module.exports = {
2
+ root: true,
3
+ extends: ['eslint-config-meilisearch'],
4
+ ignorePatterns: ['node_modules/', 'dist', '.cache', '.turbo'],
5
+}
0 commit comments