Commit c4b0e86 1 parent d1ffe7c commit c4b0e86 Copy full SHA for c4b0e86
File tree 3 files changed +18
-23
lines changed
3 files changed +18
-23
lines changed Original file line number Diff line number Diff line change 42
42
"bluebird" : " 3.5.5" ,
43
43
"chalk" : " 2.4.2" ,
44
44
"cheerio" : " 1.0.0-rc.2" ,
45
- "co" : " 4.6.0" ,
46
45
"dox" : " 0.3.1" ,
47
46
"eslint" : " 7.1.0" ,
48
47
"eslint-plugin-mocha-no-only" : " 1.1.0" ,
105
104
"extends" : [
106
105
" eslint:recommended"
107
106
],
108
- "overrides" : [
109
- {
110
- "files" : [
111
- " **/*.{ts,tsx}"
112
- ],
113
- "extends" : [
114
- " plugin:@typescript-eslint/eslint-recommended" ,
115
- " plugin:@typescript-eslint/recommended"
116
- ],
117
- "plugins" : [
118
- " @typescript-eslint"
119
- ],
120
- "rules" : {
121
- "@typescript-eslint/no-explicit-any" : " off" ,
122
- "@typescript-eslint/ban-types" : " off" ,
123
- "@typescript-eslint/no-unused-vars" : " off" ,
124
- "@typescript-eslint/explicit-module-boundary-types" : " off"
125
- }
107
+ "overrides" : [{
108
+ "files" : [
109
+ " **/*.{ts,tsx}"
110
+ ],
111
+ "extends" : [
112
+ " plugin:@typescript-eslint/eslint-recommended" ,
113
+ " plugin:@typescript-eslint/recommended"
114
+ ],
115
+ "plugins" : [
116
+ " @typescript-eslint"
117
+ ],
118
+ "rules" : {
119
+ "@typescript-eslint/no-explicit-any" : " off" ,
120
+ "@typescript-eslint/ban-types" : " off" ,
121
+ "@typescript-eslint/no-unused-vars" : " off" ,
122
+ "@typescript-eslint/explicit-module-boundary-types" : " off"
126
123
}
127
- ],
124
+ } ],
128
125
"plugins" : [
129
126
" mocha-no-only"
130
127
],
248
245
"type" : " opencollective" ,
249
246
"url" : " https://opencollective.com/mongoose"
250
247
}
251
- }
248
+ }
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
const assert = require ( 'assert' ) ;
4
- const co = require ( 'co' ) ;
5
4
const start = require ( '../common' ) ;
6
5
7
6
describe ( 'Date Tutorial' , function ( ) {
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
const assert = require ( 'assert' ) ;
4
- const co = require ( 'co' ) ;
5
4
const start = require ( '../common' ) ;
6
5
7
6
const mongoose = start . mongoose ;
You can’t perform that action at this time.
0 commit comments