Skip to content

Commit cdc1f28

Browse files
Switched from ESLint to TSLint
1 parent 985a900 commit cdc1f28

File tree

4 files changed

+2623
-2041
lines changed

4 files changed

+2623
-2041
lines changed

.eslintrc.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +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/es6"
11-
- "@jsdevtools/modular/node"
6+
extends: "@jsdevtools"

0 commit comments

Comments
 (0)