homebridge-plugin-template icon indicating copy to clipboard operation
homebridge-plugin-template copied to clipboard

fix: update eslint glob pattern to include all files correctly

Open kyle-seongwoo-jun opened this issue 1 year ago • 1 comments

:recycle: Current Situation

  • npm lint uses src/**.ts, missing files in subdirectories.

:bulb: Proposed Solution

  • Change glob pattern to src/**/*.ts to include all subdirectories.

:gear: Release Notes

  • Improved linting coverage for TypeScript files across all subdirectories.

:heavy_plus_sign: Additional Information

Testing

  • Added tests to ensure all .ts files are now correctly linted.

Reviewer Nudging

  • Review changes in package.json and the new linting test cases.

kyle-seongwoo-jun avatar Feb 15 '24 05:02 kyle-seongwoo-jun

@donavanbecker sorry for ping, could you check this pr? thank you!

kyle-seongwoo-jun avatar Feb 27 '24 06:02 kyle-seongwoo-jun

thanks!

bwp91 avatar Apr 07 '24 12:04 bwp91