https://github.com/webdeveric/eslint-config
My shared ESLint configs
https://github.com/webdeveric/eslint-config
config eslint webdeveric
Last synced: 4 months ago
JSON representation
My shared ESLint configs
- Host: GitHub
- URL: https://github.com/webdeveric/eslint-config
- Owner: webdeveric
- License: mit
- Created: 2020-11-18T19:06:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T16:56:44.000Z (almost 2 years ago)
- Last Synced: 2025-10-29T14:58:08.580Z (7 months ago)
- Topics: config, eslint, webdeveric
- Language: JavaScript
- Homepage:
- Size: 975 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ESLint configs
This repo contains my [shared ESLint configs](http://eslint.org/docs/developer-guide/shareable-configs).
## Local setup
```shell
corepack enable
pnpm install
```
## Linting all packages
```shell
pnpm lint
```
## Publishing
```shell
npx lerna version
```
```shell
npx lerna publish from-package
```