File tree Expand file tree Collapse file tree 4 files changed +28
-27
lines changed
Expand file tree Collapse file tree 4 files changed +28
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ import ljharb from '@ljharb/eslint-config/flat' ;
2+
3+ export default [
4+ ...ljharb ,
5+ {
6+ rules : {
7+ 'func-style' : 'off' ,
8+ 'multiline-comment-style' : 'off' ,
9+ 'sort-keys' : 'off' ,
10+ } ,
11+ } ,
12+ {
13+ ignores : [
14+ 'coverage/**' ,
15+ 'example/bundle.js' ,
16+ ] ,
17+ } ,
18+ {
19+ files : [ 'example/**' ] ,
20+ rules : {
21+ 'no-console' : 'off' ,
22+ } ,
23+ } ,
24+ ] ;
Original file line number Diff line number Diff line change 3636 "randomfill" : " ^1.0.4"
3737 },
3838 "devDependencies" : {
39- "@ljharb/eslint-config" : " ^21.2 .0" ,
40- "eslint" : " =8.8.0 " ,
39+ "@ljharb/eslint-config" : " ^21.4 .0" ,
40+ "eslint" : " ^9.39.1 " ,
4141 "hash-test-vectors" : " ^1.3.2" ,
42+ "jiti" : " ^0.0.0" ,
4243 "nyc" : " ^10.3.2" ,
4344 "object.entries" : " ^1.1.9" ,
4445 "pseudorandombytes" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 1616 require ( './random-bytes' ) ;
1717 require ( './sign' ) ;
1818 require ( './random-fill' ) ;
19- } catch ( e ) {
19+ } catch ( e ) { // eslint-disable-line no-unused-vars
2020 console . log ( 'no secure rng avaiable' ) ;
2121}
2222require ( './aes' ) ;
You can’t perform that action at this time.
0 commit comments