ESLint, as a code-checking tool, is an essential part of scaffolding. If you have not configured before, there is a certain difficulty to get started....
Good comments improve code quality by making it more readable and maintainable. So what is a good comment? How to write good comments? Good comments...
Mainly explain the ESLing tool download and installation, rule function, built-in specification package, third-party specification package, and different specification package when checking the difference.
I experimented step by step, stepped on numerous pits and finally completed the configuration of the project, which was finally summarized into this article. These...
Related background: 1. Current situation of front-end projects There are many projects in the front-end group, but they are not unified in code quality inspection....
In this article, I learned a lot of knowledge, and combined with some experience in the work, I also thought about something. For example, conditional...
This article explains how to quickly create and implement code specifications in front end teams!! Dry goods, take this [warehouse](https://github.com/jd-antelope/s-lint)
The @umijs/ Fabric component library is used to configure ESLint. The @umijs/ Fabric component library is used to configure ESLint. After consulting relevant information and...
AST is a very important knowledge point, but I may not spend too much time to understand it. This article mainly introduces some personal understanding...
Configuration file: Use a JS, JSON, or YAML file in the current working directory to specify configuration information. This file can be named.eslintrc.* or configured...
While esLint +prettier+typescript supports prettier+typescript perfectly, making sure project Lint runs bug free no matter where the computer is, in whatever environment. This article will...
During the development of a project, a common code style is very important for the collaboration and maintainability of the project, so some plug-ins can...
We are familiar with both error checking and automatic formatting. It accompanies every line of code output and every save submission. We enjoy the convenience...
This chapter mainly introduces esLint and its related configurations. Starting with a step through the configuration of ESLint in a project, use vue3 to initialize...
Hello everyone, I am Daotin, the front team leader. For more front-end highlights, follow me and unlock new front-end growth poses. Background company needs to...
This article covers the basics of using ESLint, how to customize plug-ins, how to customize rules within a project, and finally the useful tools that...
As a programmer, how to efficiently and accurately review documents is a necessary skill in daily development work. For a long time, the official documents...
Detailed explanation of ESLint rules, rules used by Standard, problems encountered in the project and solutions. Continue to update, continue to supplement.
Coding style guidelines for programming languages are very important for long-term maintenance of software; A good programming style helps you write higher-quality programs with fewer...