2.1.1 • Published 8 months ago
@hrcd/eslint-config v2.1.1
eslint-config
This is my personal ESLint configuration, feel free to use it in your projects.
Usage
Install package:
# ✨ Auto-detect
npx nypm install @hrcd/eslint-config
# npm
npm install @hrcd/eslint-config
# yarn
yarn add @hrcd/eslint-config
# pnpm
pnpm install @hrcd/eslint-config
# bun
bun install @hrcd/eslint-config
Development
Before you start, you can use the ./scripts/rename.sh
script to rename all eslint-config
occurrences in the repository to your new repository name.
Local development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
bun install
Contributing
To start contributing, you can follow these steps:
- First raise an issue to discuss the changes you would like to make.
- Fork the repository.
- Create a branch using conventional commits and the issue number as the branch name. For example,
feat/123
orfix/456
. - Make changes following the local development steps above.
- Commit your changes following the Conventional Commits specification.
- Run tests using
bun run test
. - Create a pull request following the Pull Request Template.
- To be merged, the pull request must pass the tests/workflow and have at least one approval.
- If your changes affect the documentation, make sure to update it.
- If your changes affect the code, make sure to update the tests.
- Wait for the maintainers to review your pull request.
- Once approved, the pull request will be merged in the next release !
License
Published under the APACHE license. Made by @HugoRCD and community 💛
🤖 auto updated with automd (last updated: Thu Sep 19 2024)
2.1.2-edge
8 months ago
2.1.1-edge
8 months ago
1.1.5
1 year ago
1.1.4
1 year ago
2.0.3
9 months ago
2.1.1
9 months ago
2.0.2
10 months ago
2.0.5
9 months ago
2.0.4
9 months ago
2.1.0
9 months ago
2.0.1
12 months ago
2.0.0
1 year ago
1.1.3
1 year ago
1.1.1
1 year ago
1.1.2
1 year ago
1.0.0
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago