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 7d15a7d commit 356221cCopy full SHA for 356221c
package.json
@@ -45,7 +45,7 @@
45
"@rollup/plugin-commonjs": "^16.0.0",
46
"@rollup/plugin-node-resolve": "^10.0.0",
47
"babel-jest": "^26.1.0",
48
- "eslint": "7.11",
+ "eslint": "^7.11.0",
49
"eslint-config-prettier": "^6.11.0",
50
"eslint-config-react-app": "^6.0.0",
51
"eslint-config-standard": "^16.0.0",
playgrounds/vue/src/App.vue
@@ -60,6 +60,7 @@
60
import "instantsearch.css/themes/algolia-min.css";
61
import instantMeiliSearch from "../../../src/index.js";
62
63
+const i = 0;
64
export default {
65
data() {
66
return {
0 commit comments