Skip to content

Commit

Permalink
Switched to scoped @jsdevtools packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Mar 10, 2020
1 parent a143bcc commit d99c9a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions test/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
root: true

extends:
- modular/best-practices
- modular/style
- modular/es6
- modular/node
- modular/test
- "@jsdevtools/modular/best-practices"
- "@jsdevtools/modular/style"
- "@jsdevtools/modular/es6"
- "@jsdevtools/modular/node"
- "@jsdevtools/modular/test"
6 changes: 3 additions & 3 deletions tslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# https://github.com/APIDevTools/tslint-modular

extends:
- tslint-modular/best-practices
- tslint-modular/style
- tslint-modular/node
- "@jsdevtools/tslint-modular/best-practices"
- "@jsdevtools/tslint-modular/style"
- "@jsdevtools/tslint-modular/node"

0 comments on commit d99c9a4

Please sign in to comment.