Skip to content

Commit 356221c

Browse files
committed
Update eslint version
1 parent 7d15a7d commit 356221c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@rollup/plugin-commonjs": "^16.0.0",
4646
"@rollup/plugin-node-resolve": "^10.0.0",
4747
"babel-jest": "^26.1.0",
48-
"eslint": "7.11",
48+
"eslint": "^7.11.0",
4949
"eslint-config-prettier": "^6.11.0",
5050
"eslint-config-react-app": "^6.0.0",
5151
"eslint-config-standard": "^16.0.0",

playgrounds/vue/src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
import "instantsearch.css/themes/algolia-min.css";
6161
import instantMeiliSearch from "../../../src/index.js";
6262
63+
const i = 0;
6364
export default {
6465
data() {
6566
return {

0 commit comments

Comments
 (0)