We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f93b1 commit f45f9a2Copy full SHA for f45f9a2
.eslintrc.js
@@ -0,0 +1,25 @@
1
+module.exports = {
2
+ "env": {
3
+ "browser": true,
4
+ "es2021": true
5
+ },
6
+ "extends": "standard",
7
+ "overrides": [
8
+ {
9
10
+ "node": true
11
12
+ "files": [
13
+ ".eslintrc.{js,cjs}"
14
+ ],
15
+ "parserOptions": {
16
+ "sourceType": "script"
17
+ }
18
19
20
21
+ "ecmaVersion": "latest"
22
23
+ "rules": {
24
25
+}
0 commit comments