mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2025-09-11 23:09:27 +02:00
chore: remove usage of git hooks (husky, lint-staged, commitlint) + usage of node --run
This commit is contained in:
@@ -124,12 +124,12 @@ We discourage usage of [eslint-config-prettier](https://github.com/prettier/esli
|
||||
### Usage
|
||||
|
||||
```sh
|
||||
npm run lint:eslint
|
||||
node --run lint:eslint
|
||||
# or to apply automatic fixes to code
|
||||
npm run lint:eslint -- --fix
|
||||
node --run lint:eslint -- --fix
|
||||
|
||||
# Validate code formatting in all supported languages by Prettier
|
||||
npm run lint:prettier
|
||||
node --run lint:prettier
|
||||
```
|
||||
|
||||
## 💡 Contributing
|
||||
|
Reference in New Issue
Block a user