Skip to content

Commit 38cbf63

Browse files
Switched to scoped @jsdevtools packages
1 parent 13fd277 commit 38cbf63

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/.eslintrc.yml

Lines changed: 5 additions & 5 deletions
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/es6
11-
- modular/node
12-
- modular/test
8+
- "@jsdevtools/modular/best-practices"
9+
- "@jsdevtools/modular/style"
10+
- "@jsdevtools/modular/es6"
11+
- "@jsdevtools/modular/node"
12+
- "@jsdevtools/modular/test"

tslint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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"
99

1010
rules:
1111
no-void-expression: false

0 commit comments

Comments
 (0)