@phsd/lint 0.1.0 → 0.1.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.mts CHANGED
@@ -16459,5 +16459,4 @@ declare function renamePluginInConfigs(configs: TypedFlatConfigItem[], map: Reco
16459
16459
  declare function renameRules(rules: Record<string, any>, map: Record<string, string>): Record<string, any>;
16460
16460
  declare function toArray<T>(value: T | T[]): T[];
16461
16461
  //#endregion
16462
- export { StylisticConfigDefaults, StylisticOptions, astro, combine, formatters, ignores, imports, interopDefault, javascript, jsdoc, jsonc, jsx, markdown, node, parserPlain, perfectionist, phs, pnpm, react, regexp, renamePluginInConfigs, renameRules, sortPackageJson, sortTsconfig, sortTurboConfig, stylistic, svelte, tailwind, test, toArray, toml, typescript, unicorn, yaml };
16463
- //# sourceMappingURL=index.d.mts.map
16462
+ export { StylisticConfigDefaults, StylisticOptions, astro, combine, formatters, ignores, imports, interopDefault, javascript, jsdoc, jsonc, jsx, markdown, node, parserPlain, perfectionist, phs, pnpm, react, regexp, renamePluginInConfigs, renameRules, sortPackageJson, sortTsconfig, sortTurboConfig, stylistic, svelte, tailwind, test, toArray, toml, typescript, unicorn, yaml };
package/dist/index.mjs CHANGED
@@ -8378,5 +8378,4 @@ function resolveSubOptions(options, key) {
8378
8378
  }
8379
8379
 
8380
8380
  //#endregion
8381
- export { StylisticConfigDefaults, astro, combine, formatters, ignores, imports, interopDefault, javascript, jsdoc, jsonc, jsx, markdown, node, parserPlain, perfectionist, phs, pnpm, react, regexp, renamePluginInConfigs, renameRules, sortPackageJson, sortTsconfig, sortTurboConfig, stylistic, svelte, tailwind, test, toArray, toml, typescript, unicorn, yaml };
8382
- //# sourceMappingURL=index.mjs.map
8381
+ export { StylisticConfigDefaults, astro, combine, formatters, ignores, imports, interopDefault, javascript, jsdoc, jsonc, jsx, markdown, node, parserPlain, perfectionist, phs, pnpm, react, regexp, renamePluginInConfigs, renameRules, sortPackageJson, sortTsconfig, sortTurboConfig, stylistic, svelte, tailwind, test, toArray, toml, typescript, unicorn, yaml };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@phsd/lint",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "exports": {
6
6
  "./eslint": {
7
7
  "types": "./dist/index.d.mts",