Skip to content

Commit 23b3125

Browse files
committed
chore: 🤖 esLint added
1 parent ac7e5ab commit 23b3125

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.eslintrc.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
env:
2+
browser: true
3+
commonjs: true
4+
es2020: true
5+
extends: 'eslint:recommended'
6+
parserOptions:
7+
ecmaVersion: 11
8+
rules:
9+
no-useless-catch: 'off'
10+
no-undef: 'off'
11+
indent:
12+
- error
13+
- tab
14+
linebreak-style: 'off'
15+
quotes:
16+
- error
17+
- single
18+
semi:
19+
- error
20+
- always

0 commit comments

Comments
 (0)