Skip to content

Commit 1e885b9

Browse files
Switched from ESLint to TSLint
1 parent cea2452 commit 1e885b9

File tree

4 files changed

+461
-1322
lines changed

4 files changed

+461
-1322
lines changed

.eslintrc.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# ESLint config
22
# http://eslint.org/docs/user-guide/configuring
3-
# https://jstools.dev/eslint-config-modular/
3+
# https://jstools.dev/eslint-config/
44

55
root: true
6+
extends: "@jsdevtools"
67

7-
extends:
8-
- "@jsdevtools/modular/best-practices"
9-
- "@jsdevtools/modular/style"
10-
- "@jsdevtools/modular/es6"
11-
- "@jsdevtools/modular/node"
8+
env:
9+
node: true

0 commit comments

Comments
 (0)