Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dext7r/dext7r
dext7r
https://github.com/dext7r/dext7r
dext7r
Last synced: 24 days ago
JSON representation
dext7r
- Host: GitHub
- URL: https://github.com/dext7r/dext7r
- Owner: dext7r
- License: mit
- Created: 2022-10-09T01:35:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T04:13:26.000Z (7 months ago)
- Last Synced: 2024-12-05T19:37:53.631Z (about 1 month ago)
- Topics: dext7r
- Language: JavaScript
- Homepage: https://dext7r.github.io/
- Size: 192 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
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!