@@ -299,22 +299,19 @@ exports[`Next Build production mode first time setup with TypeScript 1`] = `
299299 " @typescript-eslint/ban-ts-comment" : [
300300 " error" ,
301301 ],
302- " @typescript-eslint/ban-types" : [
303- " error" ,
304- ],
305302 " @typescript-eslint/no-array-constructor" : [
306303 " error" ,
307304 ],
308305 " @typescript-eslint/no-duplicate-enum-values" : [
309306 " error" ,
310307 ],
311- " @typescript-eslint/no-explicit-any " : [
308+ " @typescript-eslint/no-empty-object-type " : [
312309 " error" ,
313310 ],
314- " @typescript-eslint/no-extra-non-null-assertion " : [
311+ " @typescript-eslint/no-explicit-any " : [
315312 " error" ,
316313 ],
317- " @typescript-eslint/no-loss-of-precision " : [
314+ " @typescript-eslint/no-extra-non-null-assertion " : [
318315 " error" ,
319316 ],
320317 " @typescript-eslint/no-misused-new" : [
@@ -326,6 +323,9 @@ exports[`Next Build production mode first time setup with TypeScript 1`] = `
326323 " @typescript-eslint/no-non-null-asserted-optional-chain" : [
327324 " error" ,
328325 ],
326+ " @typescript-eslint/no-require-imports" : [
327+ " error" ,
328+ ],
329329 " @typescript-eslint/no-this-alias" : [
330330 " error" ,
331331 ],
@@ -335,15 +335,24 @@ exports[`Next Build production mode first time setup with TypeScript 1`] = `
335335 " @typescript-eslint/no-unsafe-declaration-merging" : [
336336 " error" ,
337337 ],
338+ " @typescript-eslint/no-unsafe-function-type" : [
339+ " error" ,
340+ ],
341+ " @typescript-eslint/no-unused-expressions" : [
342+ " error" ,
343+ ],
338344 " @typescript-eslint/no-unused-vars" : [
339345 " error" ,
340346 ],
341- " @typescript-eslint/no-var-requires " : [
347+ " @typescript-eslint/no-wrapper-object-types " : [
342348 " error" ,
343349 ],
344350 " @typescript-eslint/prefer-as-const" : [
345351 " error" ,
346352 ],
353+ " @typescript-eslint/prefer-namespace-keyword" : [
354+ " error" ,
355+ ],
347356 " @typescript-eslint/triple-slash-reference" : [
348357 " error" ,
349358 ],
@@ -403,7 +412,7 @@ exports[`Next Build production mode first time setup with TypeScript 1`] = `
403412 " no-import-assign" : [
404413 " off" ,
405414 ],
406- " no-loss-of-precision " : [
415+ " no-new-native-nonconstructor " : [
407416 " off" ,
408417 ],
409418 " no-new-symbol" : [
@@ -430,6 +439,9 @@ exports[`Next Build production mode first time setup with TypeScript 1`] = `
430439 " no-unsafe-negation" : [
431440 " off" ,
432441 ],
442+ " no-unused-expressions" : [
443+ " off" ,
444+ ],
433445 " no-unused-vars" : [
434446 " off" ,
435447 ],
0 commit comments