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] Check Code using Semgrep with Regular Expression

2024-12-18
Let's see how to check the code quality by using Semgrep with regular expression.
see more →

[Code Quality] Stylelint V15

2023-10-03
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-03-11
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 →

[ESLint] eslint-plugin-import

2022-10-12
Let's see how to clean up the import part using ESLint's eslint-plugin-import.
see more →

[Code Quality] Lefthook

2022-04-17
Let's see how to use Lefthook to execute the test code or Linter when you commit on Git.
see more →

[Code Quality] CSpell

2022-03-08
Let's see how to check typo by CSpell.
see more →

[Code Quality] Stylelint V14

2022-03-06
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

2022-03-05
Let's see how to use the remark-lint to make the same style of the Markdown.
see more →

SHARE
Twitter Facebook RSS