Skip to content

Commit 127a17e

Browse files
Switched from ESLint to TSLint
1 parent 8ee3f7a commit 127a17e

File tree

6 files changed

+1802
-2136
lines changed

6 files changed

+1802
-2136
lines changed

.eslintrc.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
8+
env:
9+
node: true

0 commit comments

Comments
 (0)