@@ -53,7 +53,7 @@ module.exports = {
53
53
"@typescript-eslint/dot-notation" : "error" ,
54
54
"@typescript-eslint/explicit-function-return-type" : "error" ,
55
55
"@typescript-eslint/explicit-member-accessibility" : [
56
- "error " ,
56
+ "off " ,
57
57
{
58
58
"accessibility" : "explicit"
59
59
}
@@ -439,29 +439,20 @@ module.exports = {
439
439
"error" ,
440
440
{
441
441
"rules" : {
442
- "chai-prefer-contains-to-index-of" : true ,
443
- "chai-vague-errors" : true ,
444
442
"completed-docs" : [
445
443
true ,
446
444
"classes"
447
445
] ,
448
446
"encoding" : true ,
449
447
"function-name" : true ,
450
448
"import-spacing" : true ,
451
- "informative-docs" : true ,
452
- "jquery-deferred-must-complete" : true ,
453
449
"match-default-export-name" : true ,
454
450
"mocha-unneeded-done" : true ,
455
- "no-disable-auto-sanitization" : true ,
456
- "no-function-constructor-with-string-args" : true ,
457
451
"no-http-string" : [
458
452
true ,
459
453
"http://www.example.com/?.*" ,
460
454
"http://localhost:?.*"
461
455
] ,
462
- "no-increment-decrement" : true ,
463
- "no-inner-html" : true ,
464
- "no-jquery-raw-elements" : true ,
465
456
"no-reserved-keywords" : true ,
466
457
"no-string-based-set-immediate" : true ,
467
458
"no-string-based-set-interval" : true ,
@@ -472,20 +463,12 @@ module.exports = {
472
463
"no-unnecessary-local-variable" : true ,
473
464
"no-unnecessary-override" : true ,
474
465
"no-unsafe-any" : true ,
475
- "no-unsupported-browser-code" : true ,
476
466
"no-useless-files" : true ,
477
467
"number-literal-format" : true ,
478
468
"prefer-method-signature" : true ,
479
469
"prefer-type-cast" : true ,
480
470
"prefer-while" : true ,
481
471
"promise-must-complete" : true ,
482
- "react-a11y-input-elements" : true ,
483
- "react-a11y-meta" : true ,
484
- "react-a11y-required" : true ,
485
- "react-a11y-titles" : true ,
486
- "react-anchor-blank-noopener" : true ,
487
- "react-iframe-missing-sandbox" : true ,
488
- "react-this-binding-issue" : true ,
489
472
"switch-final-break" : true ,
490
473
"use-named-parameter" : true ,
491
474
"use-simple-attributes" : true ,
0 commit comments