We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347f8b1 commit 4f8b515Copy full SHA for 4f8b515
2 files changed
.eslintrc.json
@@ -6,7 +6,7 @@
6
},
7
"extends": "eslint:recommended",
8
"parserOptions": {
9
- "ecmaVersion": 2020
+ "ecmaVersion": "latest"
10
11
"globals": {
12
"BigInt": true,
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2019-2022 How.Programming.Works contributors
+Copyright (c) 2019-2023 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