@@ -32,7 +32,7 @@ var baseTsRules = {
3232 'error' ,
3333 'always' ,
3434 {
35- ignorePattern : 'pragma|ignore|prettier-ignore' ,
35+ ignorePattern : 'pragma|ignore|prettier-ignore|webpack ' ,
3636 ignoreInlineComments : true ,
3737 ignoreConsecutiveComments : true ,
3838 } ,
@@ -205,7 +205,7 @@ var baseTsRules = {
205205 ] ,
206206 'keyword-spacing' : 'off' ,
207207 'lines-around-comment' : [
208- 'error ' ,
208+ 'off ' ,
209209 {
210210 beforeBlockComment : true ,
211211 afterBlockComment : false ,
@@ -219,7 +219,7 @@ var baseTsRules = {
219219 allowArrayEnd : false ,
220220 beforeLineComment : true ,
221221 allowBlockStart : true ,
222- ignorePattern : 'pragma|ignore|prettier-ignore' ,
222+ ignorePattern : 'pragma|ignore|prettier-ignore|Webpack|webpack ' ,
223223 } ,
224224 ] ,
225225 'lines-between-class-members' : 'off' ,
@@ -469,7 +469,7 @@ var baseTsRules = {
469469var tsRules = {
470470 ...baseTsRules ,
471471 'max-classes-per-file' : [ 'error' , { ignoreExpressions : true , max : 1 } ] ,
472- '@typescript-eslint/no-require-imports' : [ 'error ' ] ,
472+ '@typescript-eslint/no-require-imports' : [ 'off ' ] ,
473473 'prettier/prettier' : 2 ,
474474} ;
475475
0 commit comments