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