https://github.com/dext7r/dext7r
dext7r
https://github.com/dext7r/dext7r
dext7r
Last synced: 4 months ago
JSON representation
dext7r
- Host: GitHub
- URL: https://github.com/dext7r/dext7r
- Owner: dext7r
- License: mit
- Created: 2022-10-09T01:35:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T22:44:54.000Z (over 1 year ago)
- Last Synced: 2025-10-10T09:58:44.210Z (8 months ago)
- Topics: dext7r
- Language: JavaScript
- Homepage: https://dext7r.github.io/
- Size: 192 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# @dext7r/linter
This package integrates ESLint, Prettier, CommitLint, Commitizen, Husky, lint-staged, and TypeScript, and provides a unified solution for linting your code. Simply install the package and run the initialization command, and the necessary configuration files will be generated for you.
## Installation
To install @dext7r/linter, run the following command:
```bash
npm i @dext7r/linter -D -E
```
## Configuration
To initialize the package, run the following command:
```bash
npx dext7r-lint
```
This will generate the necessary configuration files for your project, including:
- `.eslintrc.js`
- `.prettierrc`
- `.commitlintrc.js`
- `.huskyrc.js`
- `.lintstagedrc.js`
- `tsconfig.json`
## Usage
Once you have installed and configured the package, the linter will run automatically when you build your project. You can also run the linter manually using the following command:
```bash
npm run lint
```
## Conclusion
By using @easyv/linter, you can ensure that your code is properly linted and formatted, and that your commits adhere to a consistent standard. Our package includes all the necessary tools to keep your code clean and organized, and our initialization command makes it easy to get started. Try it out today!