codesandbox-client
codesandbox-client copied to clipboard
Disabled Linting for cljs files
What kind of change does this PR introduce?
Explicitly disabled linting for cljs files. Currently the project runs eslint on .cljs files, which reports many false positives. This disables lint because we only lint certain values here and closurescript is not one of them.
Checklist
- [x] Documentation
- [x] Testing
- [x] Ready to be merged
- [ ] Added myself to contributors table
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit 739f98cbf22261a5d08f088431345dfe29b7b623:
| Sandbox | Source |
|---|---|
| Notifications Test | Configuration |
Build for latest commit https://github.com/codesandbox/codesandbox-client/pull/6636/commits/739f98cbf22261a5d08f088431345dfe29b7b623 is at https://pr6636.build.csb.dev/s/new.
@lbogdan sir please review my PR.