codesandbox-client icon indicating copy to clipboard operation
codesandbox-client copied to clipboard

Disabled Linting for cljs files

Open Akash-Ramjyothi opened this issue 3 years ago • 3 comments

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

Akash-Ramjyothi avatar Apr 15 '22 13:04 Akash-Ramjyothi

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

codesandbox-ci[bot] avatar Apr 15 '22 13:04 codesandbox-ci[bot]

Build for latest commit https://github.com/codesandbox/codesandbox-client/pull/6636/commits/739f98cbf22261a5d08f088431345dfe29b7b623 is at https://pr6636.build.csb.dev/s/new.

lbogdan avatar Apr 15 '22 13:04 lbogdan

@lbogdan sir please review my PR.

Akash-Ramjyothi avatar May 09 '22 18:05 Akash-Ramjyothi