@aliexme/eslint-config 1.2.6 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/configs/base.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import type { Linter } from 'eslint';
|
|
2
1
|
declare const _default: ({
|
|
3
|
-
readonly rules: Readonly<Linter.RulesRecord>;
|
|
2
|
+
readonly rules: Readonly<import("eslint").Linter.RulesRecord>;
|
|
4
3
|
} | {
|
|
5
4
|
name: string;
|
|
6
5
|
languageOptions: {
|
|
@@ -110,6 +109,7 @@ declare const _default: ({
|
|
|
110
109
|
BackgroundFetchManager: false;
|
|
111
110
|
BackgroundFetchRecord: false;
|
|
112
111
|
BackgroundFetchRegistration: false;
|
|
112
|
+
BarcodeDetector: false;
|
|
113
113
|
BarProp: false;
|
|
114
114
|
BaseAudioContext: false;
|
|
115
115
|
BatteryManager: false;
|
|
@@ -713,6 +713,8 @@ declare const _default: ({
|
|
|
713
713
|
onresize: true;
|
|
714
714
|
onscroll: true;
|
|
715
715
|
onscrollend: true;
|
|
716
|
+
onscrollsnapchange: true;
|
|
717
|
+
onscrollsnapchanging: true;
|
|
716
718
|
onsearch: true;
|
|
717
719
|
onsecuritypolicyviolation: true;
|
|
718
720
|
onseeked: true;
|
|
@@ -904,6 +906,7 @@ declare const _default: ({
|
|
|
904
906
|
showDirectoryPicker: false;
|
|
905
907
|
showOpenFilePicker: false;
|
|
906
908
|
showSaveFilePicker: false;
|
|
909
|
+
SnapEvent: false;
|
|
907
910
|
SourceBuffer: false;
|
|
908
911
|
SourceBufferList: false;
|
|
909
912
|
speechSynthesis: false;
|
package/dist/configs/import.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
} | {
|
|
1
|
+
declare const _default: ({
|
|
2
|
+
readonly rules: Readonly<import("eslint").Linter.RulesRecord>;
|
|
3
|
+
} | import("eslint").Linter.FlatConfig | {
|
|
5
4
|
name: string;
|
|
6
5
|
languageOptions: {
|
|
7
6
|
ecmaVersion: "latest";
|
|
@@ -110,6 +109,7 @@ declare const _default: (Linter.Config<Linter.RulesRecord> | {
|
|
|
110
109
|
BackgroundFetchManager: false;
|
|
111
110
|
BackgroundFetchRecord: false;
|
|
112
111
|
BackgroundFetchRegistration: false;
|
|
112
|
+
BarcodeDetector: false;
|
|
113
113
|
BarProp: false;
|
|
114
114
|
BaseAudioContext: false;
|
|
115
115
|
BatteryManager: false;
|
|
@@ -713,6 +713,8 @@ declare const _default: (Linter.Config<Linter.RulesRecord> | {
|
|
|
713
713
|
onresize: true;
|
|
714
714
|
onscroll: true;
|
|
715
715
|
onscrollend: true;
|
|
716
|
+
onscrollsnapchange: true;
|
|
717
|
+
onscrollsnapchanging: true;
|
|
716
718
|
onsearch: true;
|
|
717
719
|
onsecuritypolicyviolation: true;
|
|
718
720
|
onseeked: true;
|
|
@@ -904,6 +906,7 @@ declare const _default: (Linter.Config<Linter.RulesRecord> | {
|
|
|
904
906
|
showDirectoryPicker: false;
|
|
905
907
|
showOpenFilePicker: false;
|
|
906
908
|
showSaveFilePicker: false;
|
|
909
|
+
SnapEvent: false;
|
|
907
910
|
SourceBuffer: false;
|
|
908
911
|
SourceBufferList: false;
|
|
909
912
|
speechSynthesis: false;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
} | {
|
|
1
|
+
declare const _default: ({
|
|
2
|
+
readonly rules: Readonly<import("eslint").Linter.RulesRecord>;
|
|
3
|
+
} | import("eslint").Linter.FlatConfig | {
|
|
5
4
|
name: string;
|
|
6
5
|
languageOptions: {
|
|
7
6
|
ecmaVersion: "latest";
|
|
@@ -110,6 +109,7 @@ declare const _default: (Linter.Config<Linter.RulesRecord> | {
|
|
|
110
109
|
BackgroundFetchManager: false;
|
|
111
110
|
BackgroundFetchRecord: false;
|
|
112
111
|
BackgroundFetchRegistration: false;
|
|
112
|
+
BarcodeDetector: false;
|
|
113
113
|
BarProp: false;
|
|
114
114
|
BaseAudioContext: false;
|
|
115
115
|
BatteryManager: false;
|
|
@@ -713,6 +713,8 @@ declare const _default: (Linter.Config<Linter.RulesRecord> | {
|
|
|
713
713
|
onresize: true;
|
|
714
714
|
onscroll: true;
|
|
715
715
|
onscrollend: true;
|
|
716
|
+
onscrollsnapchange: true;
|
|
717
|
+
onscrollsnapchanging: true;
|
|
716
718
|
onsearch: true;
|
|
717
719
|
onsecuritypolicyviolation: true;
|
|
718
720
|
onseeked: true;
|
|
@@ -904,6 +906,7 @@ declare const _default: (Linter.Config<Linter.RulesRecord> | {
|
|
|
904
906
|
showDirectoryPicker: false;
|
|
905
907
|
showOpenFilePicker: false;
|
|
906
908
|
showSaveFilePicker: false;
|
|
909
|
+
SnapEvent: false;
|
|
907
910
|
SourceBuffer: false;
|
|
908
911
|
SourceBufferList: false;
|
|
909
912
|
speechSynthesis: false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aliexme/eslint-config",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.7",
|
|
4
4
|
"description": "Set of configs for ESLint",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Alexander Smirnov <al.smirnov996@gmail.com>",
|
|
@@ -35,7 +35,8 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
|
-
"build": "tsc -p ./tsconfig.build.json"
|
|
38
|
+
"build": "tsc -p ./tsconfig.build.json",
|
|
39
|
+
"ts:check": "tsc --noEmit"
|
|
39
40
|
},
|
|
40
41
|
"dependencies": {
|
|
41
42
|
"@eslint/compat": "^1.1.1",
|
|
@@ -79,5 +80,5 @@
|
|
|
79
80
|
"optional": true
|
|
80
81
|
}
|
|
81
82
|
},
|
|
82
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "2106876d0d328dd81f7ff58c6e558465d2ca8804"
|
|
83
84
|
}
|