Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linter #382

Merged
merged 1 commit into from
Jul 25, 2022
Merged

Add linter #382

merged 1 commit into from
Jul 25, 2022

Conversation

jankapunkt
Copy link
Collaborator

As discussed in #337 as well as in #367 we use the quave config now.

I also did not yet added the lint check to the CI config because I think this should not be done before the respective packages are not moved to es6 and pass the linter.

Once a package is moved to es6 and passes the linter we can add it to the CI each step by step.

To lint a single package use in the test app

$ cd test-app
$ meteor npm run lint:check -- ./packages/templating-compiler 

(The example only lints templating-compiler)

or use

$ meteor npm run lint:check -- ./packages/

To lint all packages. Same goes with the fix lint:fix script.

@jankapunkt jankapunkt linked an issue Jul 24, 2022 that may be closed by this pull request
@jankapunkt jankapunkt merged commit fa39abb into master Jul 25, 2022
@jankapunkt jankapunkt deleted the feature-add-linter branch July 25, 2022 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Codestyle and linter
2 participants