Skip to content

Commit 30dcf59

Browse files
Switched from ESLint to TSLint
1 parent b33f103 commit 30dcf59

File tree

6 files changed

+1226
-1099
lines changed

6 files changed

+1226
-1099
lines changed

.eslintrc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# ESLint config
2+
# http://eslint.org/docs/user-guide/configuring
3+
# https://jstools.dev/eslint-config/
4+
5+
root: true
6+
extends: "@jsdevtools"
7+
env:
8+
node: true

0 commit comments

Comments
 (0)