-
### Relevant template
refarch-frontend, refarch-webcomponent
### Problem description (optional)
Currently we only lint the `` parts of Vue SFCs in terms of Vue related mechanisms, but we don't chec…
-
### Relevant template
refarch-frontend, refarch-webcomponent
### Problem description (optional)
Currently we only have ESLint for JavaScript code and Prettier for formatting in place. Since c…
-
Add testing and linting pipelines to verify PRs don't change intended behavior or diverge from code style guidance.
-
Add GitHub actions for linting with flake8
-
The goal of this issue is to run the `npm lint` command before committing any changes. To reach this goal, we can use a `pre-commit` git hook.
-
- [ ] DSO002: Quarto stage has dso.quarto as params dependenc
- [ ] DSO003: Quarto stage declares an HTML output
- [ ] DSO004: quarto stage declares src/*.qmd as input
- [ ] DSO005: all parameters …
-
This task aims to set up **ESLint** and **Prettier** for the frontend of our monorepo, which is a React-based application. Proper linting and formatting will ensure consistent code quality and styling…
-
### Label
enhancement, meta/workflow, r-flepicommon, r-flepiconfig, r-inference
### Priority Label
low priority
### Is your feature request related to a problem? Please describe.
To improve devel…
-
We're missing a .pre-commit-config.yaml file in this repository.
Obvious problems/errors are creeping into the action code as a result.
Also, it's probably worth adding the pre-commit.ci app to …
-
> What is the problem you're trying to solve?
Stylelint is part of the critical path when processing stylesheets with webpack (for me at least). Unfortunately, the current caching strategy only…