Skip to content

Commit 3d32f42

Browse files
committedMar 7, 2020
Switched to scoped @jsdevtools packages
1 parent 82f58a3 commit 3d32f42

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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/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"

‎test/utils/project-cli-name.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22

33
const chai = require("chai");
4-
const chaiExec = require("chai-exec");
4+
const chaiExec = require("@jsdevtools/chai-exec");
55

66
// Add the Chai-Exec plugin for testing the CLI
77
chai.use(chaiExec);

‎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)
Failed to load comments.