pickier 0.1.13 → 0.1.15

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.
Files changed (50) hide show
  1. package/README.md +232 -148
  2. package/dist/bin/cli.js +29919 -23352
  3. package/dist/rules/style/array-bracket-spacing.d.ts +2 -0
  4. package/dist/rules/style/arrow-parens.d.ts +2 -0
  5. package/dist/rules/style/arrow-spacing.d.ts +2 -0
  6. package/dist/rules/style/block-spacing.d.ts +2 -0
  7. package/dist/rules/style/comma-dangle.d.ts +2 -0
  8. package/dist/rules/style/comma-spacing.d.ts +2 -0
  9. package/dist/rules/style/comma-style.d.ts +2 -0
  10. package/dist/rules/style/computed-property-spacing.d.ts +2 -0
  11. package/dist/rules/style/dot-location.d.ts +2 -0
  12. package/dist/rules/style/function-call-spacing.d.ts +2 -0
  13. package/dist/rules/style/generator-star-spacing.d.ts +2 -0
  14. package/dist/rules/style/indent-binary-ops.d.ts +2 -0
  15. package/dist/rules/style/key-spacing.d.ts +2 -0
  16. package/dist/rules/style/keyword-spacing.d.ts +2 -0
  17. package/dist/rules/style/lines-between-class-members.d.ts +2 -0
  18. package/dist/rules/style/multiline-ternary.d.ts +2 -0
  19. package/dist/rules/style/new-parens.d.ts +2 -0
  20. package/dist/rules/style/no-extra-parens.d.ts +2 -0
  21. package/dist/rules/style/no-floating-decimal.d.ts +2 -0
  22. package/dist/rules/style/no-mixed-operators.d.ts +2 -0
  23. package/dist/rules/style/no-mixed-spaces-and-tabs.d.ts +2 -0
  24. package/dist/rules/style/no-tabs.d.ts +2 -0
  25. package/dist/rules/style/no-whitespace-before-property.d.ts +2 -0
  26. package/dist/rules/style/object-curly-spacing.d.ts +2 -0
  27. package/dist/rules/style/operator-linebreak.d.ts +2 -0
  28. package/dist/rules/style/padded-blocks.d.ts +2 -0
  29. package/dist/rules/style/quote-props.d.ts +2 -0
  30. package/dist/rules/style/rest-spread-spacing.d.ts +2 -0
  31. package/dist/rules/style/semi-spacing.d.ts +2 -0
  32. package/dist/rules/style/space-before-blocks.d.ts +2 -0
  33. package/dist/rules/style/space-before-function-paren.d.ts +2 -0
  34. package/dist/rules/style/space-in-parens.d.ts +2 -0
  35. package/dist/rules/style/space-infix-ops.d.ts +2 -0
  36. package/dist/rules/style/space-unary-ops.d.ts +2 -0
  37. package/dist/rules/style/spaced-comment.d.ts +2 -0
  38. package/dist/rules/style/switch-colon-spacing.d.ts +2 -0
  39. package/dist/rules/style/template-curly-spacing.d.ts +2 -0
  40. package/dist/rules/style/template-tag-spacing.d.ts +2 -0
  41. package/dist/rules/style/wrap-iife.d.ts +2 -0
  42. package/dist/rules/style/yield-star-spacing.d.ts +2 -0
  43. package/dist/rules/ts/member-delimiter-style.d.ts +4 -0
  44. package/dist/rules/ts/type-annotation-spacing.d.ts +2 -0
  45. package/dist/rules/ts/type-generic-spacing.d.ts +2 -0
  46. package/dist/rules/ts/type-named-tuple-spacing.d.ts +2 -0
  47. package/dist/src/index.js +20072 -15556
  48. package/dist/types.d.ts +1 -0
  49. package/dist/utils.d.ts +1 -1
  50. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -70,6 +70,7 @@ export declare interface LintOptions {
70
70
  ext?: string
71
71
  cache?: boolean
72
72
  verbose?: boolean
73
+ _formatOnly?: boolean
73
74
  }
74
75
  export declare interface FormatOptions {
75
76
  write?: boolean
package/dist/utils.d.ts CHANGED
@@ -54,7 +54,7 @@ export declare const ENV: {
54
54
  * Universal ignore patterns that should apply everywhere.
55
55
  * These are always excluded regardless of project-specific config.
56
56
  */
57
- export declare const UNIVERSAL_IGNORES: readonly ['**/node_modules/**', '**/dist/**', '**/build/**', '**/.git/**', '**/.next/**', '**/.nuxt/**', '**/.output/**', '**/.vercel/**', '**/.netlify/**', '**/.cache/**', '**/.turbo/**', '**/.vscode/**', '**/.idea/**', '**/coverage/**', '**/.nyc_output/**', '**/tmp/**', '**/temp/**', '**/.tmp/**', '**/.temp/**', '**/vendor/**', '**/target/**', unknown, unknown, unknown, unknown, unknown, unknown, unknown, unknown, '**/.DS_Store', '**/Thumbs.db'];
57
+ export declare const UNIVERSAL_IGNORES: readonly ['**/node_modules/**', '**/dist/**', '**/build/**', '**/.git/**', '**/.next/**', '**/.nuxt/**', '**/.output/**', '**/.vercel/**', '**/.netlify/**', '**/.cache/**', '**/.turbo/**', '**/.vscode/**', '**/.idea/**', '**/.zed/**', '**/.cursor/**', '**/.claude/**', '**/.github/**', '**/coverage/**', '**/.nyc_output/**', '**/tmp/**', '**/temp/**', '**/.tmp/**', '**/.temp/**', '**/vendor/**', '**/pantry/**', '**/target/**', unknown, unknown, unknown, unknown, unknown, unknown, unknown, unknown, '**/.DS_Store', '**/Thumbs.db'];
58
58
  export declare const colors: {
59
59
  green: (text: string) => string
60
60
  red: (text: string) => string
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pickier",
3
3
  "type": "module",
4
- "version": "0.1.13",
4
+ "version": "0.1.15",
5
5
  "description": "Format, lint and more in a fraction of seconds.",
6
6
  "author": "Chris Breuer <chris@stacksjs.org>",
7
7
  "license": "MIT",