fix eslint 2
This commit is contained in:
		@@ -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",
 | 
				
			||||||
@@ -283,4 +286,4 @@
 | 
				
			|||||||
		],
 | 
							],
 | 
				
			||||||
		"linebreak-style": 0
 | 
							"linebreak-style": 0
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user