eslint-config-typed 1.2.3 → 1.2.4
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugins.d.mts","sourceRoot":"","sources":["../../src/configs/plugins.mts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plugins.d.mts","sourceRoot":"","sources":["../../src/configs/plugins.mts"],"names":[],"mappings":"AAyDA,OAAO,EAAE,KAAK,YAAY,EAAmB,MAAM,oBAAoB,CAAC;AAExE,eAAO,MAAM,OAAO,EAAE,MAAM,CACxB,oBAAoB,GACpB,YAAY,GACZ,SAAS,GACT,YAAY,GACZ,YAAY,GACZ,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,UAAU,GACV,wBAAwB,GACxB,SAAS,GACT,OAAO,GACP,aAAa,GACb,eAAe,GACf,YAAY,GACZ,UAAU,GACV,qBAAqB,GACrB,iBAAiB,GACjB,iBAAiB,GACjB,SAAS,GACT,eAAe,GACf,eAAe,GACf,QAAQ,EACV,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,CAoCW,CAAC"}
|
package/dist/configs/plugins.mjs
CHANGED
|
@@ -71,7 +71,6 @@ const plugins = {
|
|
|
71
71
|
'total-functions': eslintPluginTotalFunctions,
|
|
72
72
|
unicorn: eslintPluginUnicorn,
|
|
73
73
|
'tree-shakable': eslintPluginTreeShakable,
|
|
74
|
-
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
|
|
75
74
|
'eslint-plugin': eslintPluginEslintPlugin,
|
|
76
75
|
custom: eslintPluginCustom,
|
|
77
76
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugins.mjs","sources":["../../src/configs/plugins.mts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"plugins.mjs","sources":["../../src/configs/plugins.mts"],"sourcesContent":[null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2DO,MAAM,OAAO,GAyBhB;AACF,IAAA,oBAAoB,EAAE,gBAAgB;;AAEtC,IAAA,YAAY,EAAE,qBAAqB;;AAEnC,IAAA,OAAO,EAAE,mBAAmB;AAC5B,IAAA,UAAU,EAAE,sBAAsB;AAClC,IAAA,UAAU,EAAE,sBAAsB;AAClC,IAAA,MAAM,EAAE,kBAAkB;AAC1B,IAAA,IAAI,EAAE,gBAAgB;AACtB,IAAA,MAAM,EAAE,kBAAkB;;AAE1B,IAAA,UAAU,EAAE,mBAAmB;AAC/B,IAAA,wBAAwB,EAAE,gCAAgC;;AAE1D,IAAA,OAAO,EAAE,mBAAmB;;AAE5B,IAAA,KAAK,EAAE,iBAA4C;;AAEnD,IAAA,aAAa,EAAE,sBAAsB;;AAErC,IAAA,eAAe,EAAE,wBAAmD;;AAEpE,IAAA,YAAY,EAAE,qBAAqB;;AAEnC,IAAA,QAAQ,EAAE,oBAAoB;;AAE9B,IAAA,qBAAqB,EAAE,8BAA8B;AACrD,IAAA,iBAAiB,EAAE,0BAA0B;AAC7C,IAAA,iBAAiB,EAAE,0BAA0B;AAC7C,IAAA,OAAO,EAAE,mBAAmB;AAC5B,IAAA,eAAe,EAAE,wBAAwB;AAEzC,IAAA,eAAe,EAAE,wBAAwB;AACzC,IAAA,MAAM,EAAE,kBAAkB;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-typed",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript"
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
76
76
|
"eslint-plugin-array-func": "5.0.2",
|
|
77
77
|
"eslint-plugin-cypress": "5.1.1",
|
|
78
|
-
"eslint-plugin-eslint-plugin": "
|
|
78
|
+
"eslint-plugin-eslint-plugin": "7.0.0",
|
|
79
79
|
"eslint-plugin-functional": "7.1.0",
|
|
80
80
|
"eslint-plugin-import": "2.32.0",
|
|
81
81
|
"eslint-plugin-jest": "28.11.0",
|
package/src/configs/plugins.mts
CHANGED
|
@@ -44,7 +44,6 @@ import eslintPluginReactPerf from 'eslint-plugin-react-perf';
|
|
|
44
44
|
// @ts-expect-error no type definition
|
|
45
45
|
import eslintPluginJsxA11y from 'eslint-plugin-jsx-a11y';
|
|
46
46
|
|
|
47
|
-
// @ts-expect-error no type definition
|
|
48
47
|
import eslintPluginEslintPlugin from 'eslint-plugin-eslint-plugin';
|
|
49
48
|
|
|
50
49
|
// import eslintPluginTotalFunctions from 'eslint-plugin-total-functions';
|
|
@@ -115,7 +114,7 @@ export const plugins: Record<
|
|
|
115
114
|
'total-functions': eslintPluginTotalFunctions,
|
|
116
115
|
unicorn: eslintPluginUnicorn,
|
|
117
116
|
'tree-shakable': eslintPluginTreeShakable,
|
|
118
|
-
|
|
117
|
+
|
|
119
118
|
'eslint-plugin': eslintPluginEslintPlugin,
|
|
120
119
|
custom: eslintPluginCustom,
|
|
121
120
|
} as const satisfies FlatConfig['plugins'];
|