0.0.1-alpha.2 • Published 6 months ago

aelf-lint v0.0.1-alpha.2

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

aelf-lint

aelf-lint is used to configure eslint, prettier, stylelint, commitlint, husky, etc., as well as generate relevant configuration files to unify and standardize the code style in the project.

Installation and Usage

You can install aelf-lint using this command:

yarn add aelf-lint

or

npm install aelf-lint

Then you can run yarn aelf-lint or npx aelf-lint to generate the configuration files and install the dependencies.

You can make modifications based on this or use it directly.

Notice

  1. The generated file aelftsconfig.json is the basic configuration of tsconfig.json. If the tsconfig.json file already exists in the project, you need to manually copy the contents of aelftsconfig.json to tsconfig.json. Note: keep your own configuration in the project.
  2. If there is no tsconfig.json file, you can directly rename the aelftsconfig.json file to tsconfig.json and use it directly.
0.0.1-alpha.2

6 months ago

0.0.1-alpha.1

6 months ago