File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
+ root : true ,
2
3
env : {
3
4
node : true
4
5
} ,
@@ -7,6 +8,7 @@ module.exports = {
7
8
'digitalbazaar/jsdoc' ,
8
9
'digitalbazaar/module'
9
10
] ,
11
+ ignorePatterns : [ 'node_modules/' ] ,
10
12
rules : {
11
13
'unicorn/prefer-node-protocol' : 'error'
12
14
}
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Copyright (c) 2020-2021 Digital Bazaar, Inc. All rights reserved.
2
+ * Copyright (c) 2020-2023 Digital Bazaar, Inc. All rights reserved.
3
3
*/
4
4
import LRU from 'lru-cache' ;
5
5
Original file line number Diff line number Diff line change 25
25
"chai" : " ^4.3.6" ,
26
26
"cross-env" : " ^7.0.3" ,
27
27
"delay" : " ^5.0.0" ,
28
- "eslint" : " ^8.16 .0" ,
29
- "eslint-config-digitalbazaar" : " ^3 .0.0 " ,
30
- "eslint-plugin-jsdoc" : " ^39.3.2 " ,
31
- "eslint-plugin-unicorn" : " ^42 .0.0 " ,
28
+ "eslint" : " ^8.48 .0" ,
29
+ "eslint-config-digitalbazaar" : " ^5 .0.1 " ,
30
+ "eslint-plugin-jsdoc" : " ^46.5.0 " ,
31
+ "eslint-plugin-unicorn" : " ^48 .0.1 " ,
32
32
"karma" : " ^6.3.20" ,
33
33
"karma-chai" : " ^0.1.0" ,
34
34
"karma-chrome-launcher" : " ^3.1.1" ,
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Copyright (c) 2020-2022 Digital Bazaar, Inc. All rights reserved.
2
+ * Copyright (c) 2020-2023 Digital Bazaar, Inc. All rights reserved.
3
3
*/
4
- import { LruCache } from '../lib/index.js' ;
5
4
import delay from 'delay' ;
5
+ import { LruCache } from '../lib/index.js' ;
6
6
7
7
describe ( 'API' , ( ) => {
8
8
it ( 'has the proper exports' , async ( ) => {
You can’t perform that action at this time.
0 commit comments