We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fd277 commit 38cbf63Copy full SHA for 38cbf63
test/.eslintrc.yml
@@ -5,8 +5,8 @@
5
root: true
6
7
extends:
8
- - modular/best-practices
9
- - modular/style
10
- - modular/es6
11
- - modular/node
12
- - modular/test
+ - "@jsdevtools/modular/best-practices"
+ - "@jsdevtools/modular/style"
+ - "@jsdevtools/modular/es6"
+ - "@jsdevtools/modular/node"
+ - "@jsdevtools/modular/test"
tslint.yaml
@@ -3,9 +3,9 @@
3
# https://jstools.dev/tslint-modular/
4
- - tslint-modular/best-practices
- - tslint-modular/style
- - tslint-modular/node
+ - "@jsdevtools/tslint-modular/best-practices"
+ - "@jsdevtools/tslint-modular/style"
+ - "@jsdevtools/tslint-modular/node"
rules:
no-void-expression: false
0 commit comments