Code Quality

I will introduce how to use Linters to check the source code style and to prevent the bug by static analysis.

[Code Quality] Stylelint V15

2023-10-05
Let's see how to check the style code in the CSS, SCSS, and CSS-in-JS files by using StyleLint V15.
see more ▶︎

[Code Quality] Lighthouse CI

2023-10-17
Let's see how to execute Lighthouse provided Google Chrome on the local or the CI environment and how to measure automatically the performance of the web page in the CI environment.
see more ▶︎

[GitLab] Dependabot

2024-02-06
Let's see how to add Dependabot to GitLab for checking automatically the version updating of the libraries in the project.
see more ▶︎

[ESLint] eslint-plugin-import

2023-10-16
Let's see how to clean up the import part using ESLint's eslint-plugin-import.
see more ▶︎

[Code Quality] CSpell

2023-03-11
Let's see how to check typo by CSpell.
see more ▶︎

[Code Quality] Stylelint V14

2023-10-08
Let's see how to install and configure Stylelint to check code style of CSS, SCSS files, and CSS-in-JS.
see more ▶︎

[Code Quality] remark-lint

2023-03-11
Let's see how to use the remark-lint to make the same style of the Markdown.
see more ▶︎