File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# ESLint config
2
2
# http://eslint.org/docs/user-guide/configuring
3
- # https://github.com/JS-DevTools/ eslint-config-modular
3
+ # https://jstools.dev/ eslint-config-modular/
4
4
5
5
root : true
6
6
7
7
extends :
8
- - modular/best-practices
9
- - modular/style
10
- - modular/es6
11
- - modular/node
8
+ - " @jsdevtools/ modular/best-practices"
9
+ - " @jsdevtools/ modular/style"
10
+ - " @jsdevtools/ modular/es6"
11
+ - " @jsdevtools/ modular/node"
Original file line number Diff line number Diff line change 1
1
import chai = require( "chai" ) ;
2
- import { Options } from "ez-spawn" ;
2
+ import { Options } from "@jsdevtools/ ez-spawn" ;
3
3
4
4
/**
5
5
* The Chai-Exec module
Original file line number Diff line number Diff line change 1
1
"use strict" ;
2
2
3
- const ezSpawn = require ( "ez-spawn" ) ;
3
+ const ezSpawn = require ( "@jsdevtools/ ez-spawn" ) ;
4
4
const applyDefaults = require ( "./apply-defaults" ) ;
5
5
const normalizeResults = require ( "./normalize-results" ) ;
6
6
Original file line number Diff line number Diff line change 1
1
# ESLint config
2
2
# http://eslint.org/docs/user-guide/configuring
3
- # https://github.com/JS-DevTools/ eslint-config-modular
3
+ # https://jstools.dev/ eslint-config-modular/
4
4
5
5
extends :
6
- - modular/test
6
+ - " @jsdevtools/ modular/test"
You can’t perform that action at this time.
0 commit comments