fix eslint 2
This commit is contained in:
parent
711cd3f10c
commit
651f5b82c1
@ -13,6 +13,9 @@
|
||||
"es2021": true,
|
||||
"node": true
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"**/src/util/Voice.js"
|
||||
],
|
||||
"rules": {
|
||||
"import/order": [
|
||||
"error",
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* eslint-disable */
|
||||
"use strict";
|
||||
var __create = Object.create;
|
||||
var __defProp = Object.defineProperty;
|
||||
|
Loading…
Reference in New Issue
Block a user