Closed kyle-seongwoo-jun closed 6 months ago
npm lint
src/**.ts
src/**/*.ts
.ts
package.json
@donavanbecker sorry for ping, could you check this pr? thank you!
thanks!
:recycle: Current Situation
npm lint
usessrc/**.ts
, missing files in subdirectories.:bulb: Proposed Solution
src/**/*.ts
to include all subdirectories.:gear: Release Notes
:heavy_plus_sign: Additional Information
Testing
.ts
files are now correctly linted.Reviewer Nudging
package.json
and the new linting test cases.