https://github.com/webdeveric/eslint-config
My shared ESLint configs
https://github.com/webdeveric/eslint-config
config eslint webdeveric
Last synced: 8 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T16:56:44.000Z (9 months ago)
- Last Synced: 2025-04-20T16:03:45.529Z (22 days ago)
- Topics: config, eslint, webdeveric
- Language: JavaScript
- Homepage:
- Size: 975 KB
- Stars: 0
- Watchers: 2
- 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
```