Lint all the files
- Dominant language
- JavaScript
- Stars
- 571
- Forks
- 370
- PR merge metrics
- No merged PRs in 30d
Description
Right now only files in the `browser/adapters/` folder are being linted: https://github.com/bitovi/funcunit/blob/c29154f65487c1dfeb474183028ae7edced3c5be/package.json#L34
That glob should be expanded to something like: `*.js browser/*.js browser/**/*.js`
There are a bunch of linting errors in the `browser/*.js` files, so those will need to be fixed.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in package.json at the lint configuration around line 34 and inspect the existing browser/adapters/ glob. Expand the lint targets to include the root JavaScript files and browser/*.js, then run the project’s lint command and fix the reported errors in those files. Done means all intended JavaScript files lint successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing-qa, tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100