Skip to content

Commit 2446445

Browse files
Switched from TSLint to ESLint
1 parent 3b1bd86 commit 2446445

File tree

6 files changed

+4209
-3061
lines changed

6 files changed

+4209
-3061
lines changed

.eslintrc.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
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-
7-
extends:
8-
- "@jsdevtools/modular/best-practices"
9-
- "@jsdevtools/modular/style"
10-
- "@jsdevtools/modular/browser"
11-
- "@jsdevtools/modular/node"
12-
- "@jsdevtools/modular/es6"
6+
extends: "@jsdevtools"

0 commit comments

Comments
 (0)