Skip to content

Commit ac24272

Browse files
🔧 Run eslint init
1 parent 65c8afd commit ac24272

File tree

3 files changed

+763
-0
lines changed

3 files changed

+763
-0
lines changed

.eslintrc.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
env:
2+
browser: true
3+
es2021: true
4+
extends:
5+
- google
6+
parser: '@typescript-eslint/parser'
7+
parserOptions:
8+
ecmaVersion: 12
9+
sourceType: module
10+
plugins:
11+
- '@typescript-eslint'
12+
rules: {}

0 commit comments

Comments
 (0)