Skip to content

Commit 44412c4

Browse files
Switched to scoped @jsdevtools packages
1 parent deca141 commit 44412c4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/.eslintrc.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
root: true
66

77
extends:
8-
- modular/best-practices
9-
- modular/style
10-
- modular/node
11-
- modular/es6
12-
- modular/test
8+
- "@jsdevtools/modular/best-practices"
9+
- "@jsdevtools/modular/style"
10+
- "@jsdevtools/modular/node"
11+
- "@jsdevtools/modular/es6"
12+
- "@jsdevtools/modular/test"

tslint.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# https://jstools.dev/tslint-modular/
44

55
extends:
6-
- tslint-modular/best-practices
7-
- tslint-modular/style
8-
- tslint-modular/node
6+
- "@jsdevtools/tslint-modular/best-practices"
7+
- "@jsdevtools/tslint-modular/style"
8+
- "@jsdevtools/tslint-modular/node"

0 commit comments

Comments
 (0)