From a97abf718d182e1ad9d50daabd3901571a24cafc Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Fri, 2 Apr 2021 14:30:04 -0700 Subject: [PATCH] Sort lint exceptions --- ts/util/lint/exceptions.json | 66 ++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index bb61326ff49..779fb483be7 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -14854,6 +14854,38 @@ "reasonCategory": "falseMatch", "updated": "2020-04-30T22:35:27.860Z" }, + { + "rule": "jQuery-load(", + "path": "node_modules/ref-array-napi/node_modules/ref-napi/node_modules/debug/src/browser.js", + "line": "function load() {", + "lineNumber": 160, + "reasonCategory": "falseMatch", + "updated": "2021-04-02T18:54:41.261Z" + }, + { + "rule": "jQuery-load(", + "path": "node_modules/ref-array-napi/node_modules/ref-napi/node_modules/debug/src/browser.js", + "line": "exports.enable(load());", + "lineNumber": 178, + "reasonCategory": "falseMatch", + "updated": "2021-04-02T18:54:41.261Z" + }, + { + "rule": "jQuery-load(", + "path": "node_modules/ref-array-napi/node_modules/ref-napi/node_modules/debug/src/node.js", + "line": "function load() {", + "lineNumber": 162, + "reasonCategory": "falseMatch", + "updated": "2021-04-02T18:54:41.261Z" + }, + { + "rule": "jQuery-load(", + "path": "node_modules/ref-array-napi/node_modules/ref-napi/node_modules/debug/src/node.js", + "line": "exports.enable(load());", + "lineNumber": 186, + "reasonCategory": "falseMatch", + "updated": "2021-04-02T18:54:41.261Z" + }, { "rule": "jQuery-load(", "path": "node_modules/ref-struct-di/node_modules/debug/src/browser.js", @@ -16752,37 +16784,5 @@ "reasonCategory": "usageTrusted", "updated": "2021-01-08T15:46:32.143Z", "reasonDetail": "Doesn't manipulate the DOM. This is just a function." - }, - { - "rule": "jQuery-load(", - "path": "node_modules/ref-array-napi/node_modules/ref-napi/node_modules/debug/src/browser.js", - "line": "function load() {", - "lineNumber": 160, - "reasonCategory": "falseMatch", - "updated": "2021-04-02T18:54:41.261Z" - }, - { - "rule": "jQuery-load(", - "path": "node_modules/ref-array-napi/node_modules/ref-napi/node_modules/debug/src/browser.js", - "line": "exports.enable(load());", - "lineNumber": 178, - "reasonCategory": "falseMatch", - "updated": "2021-04-02T18:54:41.261Z" - }, - { - "rule": "jQuery-load(", - "path": "node_modules/ref-array-napi/node_modules/ref-napi/node_modules/debug/src/node.js", - "line": "function load() {", - "lineNumber": 162, - "reasonCategory": "falseMatch", - "updated": "2021-04-02T18:54:41.261Z" - }, - { - "rule": "jQuery-load(", - "path": "node_modules/ref-array-napi/node_modules/ref-napi/node_modules/debug/src/node.js", - "line": "exports.enable(load());", - "lineNumber": 186, - "reasonCategory": "falseMatch", - "updated": "2021-04-02T18:54:41.261Z" } -] +] \ No newline at end of file