Skip to content

Bump version to 0.1.7#48

Merged
danielchen0 merged 1 commit intomainfrom
bump-v0.1.7
Feb 26, 2026
Merged

Bump version to 0.1.7#48
danielchen0 merged 1 commit intomainfrom
bump-v0.1.7

Conversation

@danielchen0
Copy link
Collaborator

@danielchen0 danielchen0 commented Feb 26, 2026

Summary

  • Bump laint version from 0.1.6 to 0.1.7

New rules since 0.1.6

  • no-emoji-icons - Flag emoji usage where icon components should be used
  • safe-json-parse - Require safe JSON parsing patterns
  • no-loose-equality - Flag == / != usage
  • no-magic-env-strings - Flag hardcoded environment strings
  • url-params-must-encode - Require URL parameter encoding
  • catch-must-log-to-sentry - Require Sentry logging in catch blocks
  • no-nested-try-catch - Flag nested try/catch blocks
  • no-inline-styles - Flag inline style objects
  • no-string-coerce-error - Flag string coercion of errors
  • logger-error-with-err - Require err key in logger.error calls
  • no-optional-props - Flag optional props (prefer | null)
  • no-silent-skip - Flag silent conditional skips without logging
  • no-manual-retry-loop - Flag manual retry loop patterns
  • no-sync-fs - Flag synchronous filesystem calls
  • prefer-named-params - Prefer named parameters (object destructuring)
  • nextjs-lint - Next.js specific lint rules

Bug fixes

  • expo-font-loaded-check - Support custom variable names (e.g. fontsLoaded not just loaded)

Other improvements

  • Platform mode for rule filtering
  • CI check ensuring every rule is documented in README

@danielchen0 danielchen0 merged commit 6b131c7 into main Feb 26, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants