@@ -442,7 +442,6 @@ describe('parseRateLimitConfig', () => {
442442
443443 assert . throws (
444444 ( ) => parseRateLimitConfig ( config ) ,
445- // eslint-disable-next-line max-len
446445 / r a t e L i m i t i n g c o n f i g u r a t i o n i s i n v a l i d .* " b u c k e t .d e f a u l t C o n f i g .r e q u e s t s P e r S e c o n d .l i m i t " m u s t b e l a r g e r t h a n o r e q u a l t o 0 /
447446 ) ;
448447 } ) ;
@@ -520,7 +519,6 @@ describe('parseRateLimitConfig', () => {
520519
521520 assert . throws (
522521 ( ) => parseRateLimitConfig ( config ) ,
523- // eslint-disable-next-line max-len
524522 / r a t e L i m i t i n g c o n f i g u r a t i o n i s i n v a l i d .* " b u c k e t .d e f a u l t C o n f i g .r e q u e s t s P e r S e c o n d .b u r s t C a p a c i t y " m u s t b e a p o s i t i v e n u m b e r /
525523 ) ;
526524 } ) ;
@@ -540,7 +538,6 @@ describe('parseRateLimitConfig', () => {
540538
541539 assert . throws (
542540 ( ) => parseRateLimitConfig ( config ) ,
543- // eslint-disable-next-line max-len
544541 / r a t e L i m i t i n g c o n f i g u r a t i o n i s i n v a l i d .* " b u c k e t .d e f a u l t C o n f i g .r e q u e s t s P e r S e c o n d .b u r s t C a p a c i t y " m u s t b e a p o s i t i v e n u m b e r /
545542 ) ;
546543 } ) ;
@@ -560,7 +557,6 @@ describe('parseRateLimitConfig', () => {
560557
561558 assert . throws (
562559 ( ) => parseRateLimitConfig ( config ) ,
563- // eslint-disable-next-line max-len
564560 / r a t e L i m i t i n g c o n f i g u r a t i o n i s i n v a l i d .* " b u c k e t .d e f a u l t C o n f i g .r e q u e s t s P e r S e c o n d .b u r s t C a p a c i t y " m u s t b e a n u m b e r /
565561 ) ;
566562 } ) ;
@@ -1039,7 +1035,6 @@ describe('parseRateLimitConfig', () => {
10391035
10401036 assert . throws (
10411037 ( ) => parseRateLimitConfig ( config ) ,
1042- // eslint-disable-next-line max-len
10431038 / r a t e L i m i t i n g c o n f i g u r a t i o n i s i n v a l i d .* " a c c o u n t .d e f a u l t C o n f i g .r e q u e s t s P e r S e c o n d .b u r s t C a p a c i t y " m u s t b e a p o s i t i v e n u m b e r /
10441039 ) ;
10451040 } ) ;
@@ -1059,7 +1054,6 @@ describe('parseRateLimitConfig', () => {
10591054
10601055 assert . throws (
10611056 ( ) => parseRateLimitConfig ( config ) ,
1062- // eslint-disable-next-line max-len
10631057 / r a t e L i m i t i n g c o n f i g u r a t i o n i s i n v a l i d .* " a c c o u n t .d e f a u l t C o n f i g .r e q u e s t s P e r S e c o n d .b u r s t C a p a c i t y " m u s t b e a p o s i t i v e n u m b e r /
10641058 ) ;
10651059 } ) ;
@@ -1079,7 +1073,6 @@ describe('parseRateLimitConfig', () => {
10791073
10801074 assert . throws (
10811075 ( ) => parseRateLimitConfig ( config ) ,
1082- // eslint-disable-next-line max-len
10831076 / r a t e L i m i t i n g c o n f i g u r a t i o n i s i n v a l i d .* " a c c o u n t .d e f a u l t C o n f i g .r e q u e s t s P e r S e c o n d .b u r s t C a p a c i t y " m u s t b e a n u m b e r /
10841077 ) ;
10851078 } ) ;
0 commit comments