We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0331cd5 commit 4fbaf54Copy full SHA for 4fbaf54
.eslintrc.json
@@ -6,7 +6,10 @@
6
},
7
"extends": "eslint:recommended",
8
"parserOptions": {
9
- "ecmaVersion": 2018
+ "ecmaVersion": 2020
10
+ },
11
+ "globals": {
12
+ "BigInt": true
13
14
"rules": {
15
"indent": [
@@ -25,7 +28,6 @@
25
28
"error",
26
29
"always"
27
30
],
- "no-console": "off",
31
"no-loop-func": [
32
"error"
33
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2018-2019 How.Programming.Works contributors
+Copyright (c) 2018-2022 How.Programming.Works contributors
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
0 commit comments