Skip to content

Commit 7591d96

Browse files
committed
Repo maintenance
1 parent 5fc7ea7 commit 7591d96

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
end_of_line = lf
6+
charset = utf-8
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[{*.js,*.mjs,*.ts,*.json,*.yml}]
11+
indent_size = 2
12+
indent_style = space

.eslintrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"parserOptions": {
99
"ecmaVersion": 2020
1010
},
11+
"globals": {
12+
"BigInt": true
13+
},
1114
"rules": {
1215
"indent": [
1316
"error",
@@ -25,7 +28,6 @@
2528
"error",
2629
"always"
2730
],
28-
"no-console": "off",
2931
"no-loop-func": [
3032
"error"
3133
],
@@ -211,7 +213,7 @@
211213
],
212214
"arrow-parens": [
213215
"error",
214-
"as-needed"
216+
"always"
215217
],
216218
"arrow-body-style": [
217219
"error",

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 How.Programming.Works contributors
3+
Copyright (c) 2019-2022 How.Programming.Works contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)