@eslint-sukka/shared 6.14.0 → 6.15.0
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/index.d.ts +2 -3
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { Linter } from 'eslint';
|
|
2
2
|
import { PackageJson } from '@package-json/types';
|
|
3
|
-
import { ParserServices, ParserServicesWithTypeInformation } from '@typescript-eslint/utils';
|
|
4
|
-
import TSESLint from '@typescript-eslint/utils/ts-eslint';
|
|
5
|
-
export { RuleContext } from '@typescript-eslint/utils/ts-eslint';
|
|
3
|
+
import { TSESLint, ParserServices, ParserServicesWithTypeInformation } from '@typescript-eslint/utils';
|
|
6
4
|
export { resolve as importMetaResolve } from '@dual-bundle/import-meta-resolve';
|
|
5
|
+
export { RuleContext } from '@typescript-eslint/utils/ts-eslint';
|
|
7
6
|
|
|
8
7
|
declare const GLOB_TS = "**/*.?([cm])ts";
|
|
9
8
|
declare const GLOB_TSX = "**/*.?([cm])tsx";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-sukka/shared",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.15.0",
|
|
4
4
|
"description": "Sukka's ESLint config",
|
|
5
5
|
"homepage": "https://github.com/SukkaW/eslint-config-sukka",
|
|
6
6
|
"repository": {
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@dual-bundle/import-meta-resolve": "^4.1.0",
|
|
32
32
|
"@package-json/types": "^0.0.11",
|
|
33
33
|
"@types/eslint": "^9.6.1",
|
|
34
|
-
"@typescript-eslint/utils": "^8.24.
|
|
34
|
+
"@typescript-eslint/utils": "^8.24.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"globals": "^15.
|
|
38
|
-
"@eslint-sukka/rollup-config": "6.
|
|
37
|
+
"globals": "^15.15.0",
|
|
38
|
+
"@eslint-sukka/rollup-config": "6.15.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "rollup -c rollup.config.ts --configPlugin swc3"
|