@eslint-sukka/shared 6.0.0 → 6.0.1
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 +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PackageJson } from 'type-fest';
|
|
1
2
|
import { Linter } from 'eslint';
|
|
2
3
|
import { ParserServices, ParserServicesWithTypeInformation } from '@typescript-eslint/utils';
|
|
3
4
|
import { RuleListener, RuleContext, RuleMetaData } from '@typescript-eslint/utils/ts-eslint';
|
|
@@ -33,7 +34,6 @@ declare namespace constants {
|
|
|
33
34
|
export { constants_GLOB_ALL_JSON as GLOB_ALL_JSON, constants_GLOB_EXCLUDE as GLOB_EXCLUDE, constants_GLOB_JS as GLOB_JS, constants_GLOB_JSON as GLOB_JSON, constants_GLOB_JSON5 as GLOB_JSON5, constants_GLOB_JSONC as GLOB_JSONC, constants_GLOB_JSX as GLOB_JSX, constants_GLOB_SRC as GLOB_SRC, constants_GLOB_SRC_EXT as GLOB_SRC_EXT, constants_GLOB_TESTS as GLOB_TESTS, constants_GLOB_TS as GLOB_TS, constants_GLOB_TSX as GLOB_TSX };
|
|
34
35
|
}
|
|
35
36
|
|
|
36
|
-
type PackageJson = Record<string, any> | null;
|
|
37
37
|
/**
|
|
38
38
|
* Gets a `package.json` data.
|
|
39
39
|
* The data is cached if found, then it's used after.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-sukka/shared",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "Sukka's ESLint config",
|
|
5
5
|
"homepage": "https://github.com/SukkaW/eslint-config-sukka",
|
|
6
6
|
"repository": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@typescript-eslint/utils": "8.0.0-alpha.36"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@eslint-sukka/rollup-config": "6.0.
|
|
36
|
+
"@eslint-sukka/rollup-config": "6.0.1"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "rollup -c rollup.config.ts --configPlugin swc3"
|