Skip to content

Commit 334615c

Browse files
committed
Update document
1 parent b8078c6 commit 334615c

File tree

2 files changed

+31
-24
lines changed

2 files changed

+31
-24
lines changed

.eslintrc.yml

Lines changed: 29 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,48 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/eslintrc.json
22
# ESLint v8.47.0
33
env:
4-
amd: false
5-
applescript: false
6-
atomtest: false
74
browser: true
5+
node: true
86
commonjs: true
9-
embertest: false
7+
shared-node-browser: true
108
es6: true
9+
es2016: true
1110
es2017: true
11+
es2018: true
12+
es2019: true
1213
es2020: true
1314
es2021: true
14-
greasemonkey: false
15-
jasmine: false
16-
jest: false
17-
jquery: false
18-
meteor: false
19-
mocha: false
20-
mongo: false
21-
nashorn: false
22-
node: true
23-
phantomjs: false
24-
prototypejs: false
25-
protractor: false
26-
qunit: false
15+
es2022: true
16+
es2023: true
17+
es2024: true
18+
worker: true
19+
amd: true
20+
mocha: true
21+
jasmine: true
22+
jest: true
23+
phantomjs: true
24+
protractor: true
25+
qunit: true
26+
jquery: true
27+
prototypejs: true
28+
shelljs: true
29+
meteor: true
30+
mongo: true
31+
applescript: true
32+
nashorn: true
2733
serviceworker: true
28-
shared-node-browser: true
29-
shelljs: false
34+
atomtest: true
35+
embertest: true
3036
webextensions: true
31-
worker: true
37+
greasemonkey: true
3238
extends:
3339
- "eslint:recommended"
3440
- "plugin:@typescript-eslint/recommended"
3541
parser: "@typescript-eslint/parser"
3642
parserOptions:
43+
ecmaVersion: "latest"
44+
sourceType: "module"
45+
allowReserved: false
3746
ecmaFeatures:
3847
arrowFunctions: true
3948
classes: true
@@ -57,8 +66,6 @@ parserOptions:
5766
superInFunctions: false
5867
templateStrings: true
5968
unicodeCodePointEscapes: true
60-
ecmaVersion: "latest"
61-
sourceType: "module"
6269
plugins:
6370
- "@typescript-eslint"
6471
- "only-warn"

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ If you have any questions and/or still confused, try to create a discussion.
1010

1111
## Codes
1212

13-
All of the codes in this project and repository are follow the [hxhS (hugoalh & hugoalh Studio) Coding Guide](https://github.com/hugoalh/hugoalh/blob/main/coding-guide/main.md).
13+
All of the codes in this project and repository are follow the [hxhS (hugoalh & hugoalh Studio) Coding Guide](https://github.com/hugoalh/hugoalh/blob/main/guide/code/main.md).
1414

1515
## Deploys & Versions
1616

17-
These are always the works of the maintainers and/or owners, which are follow the [hxhS (hugoalh & hugoalh Studio) Versioning Guide](https://github.com/hugoalh/hugoalh/blob/main/versioning-guide/main.md).
17+
These are always the works of the maintainers and/or owners, which are follow the [hxhS (hugoalh & hugoalh Studio) Versioning Guide](https://github.com/hugoalh/hugoalh/blob/main/guide/version/main.md).
1818

1919
## Discussions
2020

0 commit comments

Comments
 (0)