Skip to content

Commit 5754e1d

Browse files
Switched from ESLint to TSLint
1 parent ff574fc commit 5754e1d

File tree

6 files changed

+737
-1082
lines changed

6 files changed

+737
-1082
lines changed

.eslintrc.yml

Lines changed: 9 additions & 0 deletions
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)