Skip to content

Commit b961c47

Browse files
committed
build: update the configuration of eslint
1 parent e26ccd7 commit b961c47

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.eslintrc.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
/*******************************************************************************
2+
*
3+
* Copyright (c) 2022 - 2023.
4+
* Haixing Hu, Qubit Co. Ltd.
5+
*
6+
* All rights reserved.
7+
*
8+
******************************************************************************/
19
module.exports = {
210
root: true,
11+
parser: "@babel/eslint-parser",
312
extends: [
413
'@haixing_hu/eslint-config',
514
],

0 commit comments

Comments
 (0)