https://github.com/piecioshka/export-eslint-config
🔨 Export any eslint-config-* project to default ESLint config file - .eslintrc
https://github.com/piecioshka/export-eslint-config
cli
Last synced: 25 days ago
JSON representation
🔨 Export any eslint-config-* project to default ESLint config file - .eslintrc
- Host: GitHub
- URL: https://github.com/piecioshka/export-eslint-config
- Owner: piecioshka
- Created: 2015-10-13T21:23:15.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T12:09:01.000Z (over 1 year ago)
- Last Synced: 2026-04-23T12:34:49.446Z (3 months ago)
- Topics: cli
- Language: JavaScript
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# export-eslint-config
[](#cli)
[](https://www.npmjs.com/package/export-eslint-config)
[](https://badge.fury.io/js/export-eslint-config)
[](https://www.npmjs.com/package/export-eslint-config)
[](https://packagephobia.com/result?p=export-eslint-config)
[](https://piecioshka.mit-license.org)
[](https://github.com/piecioshka/export-eslint-config/actions/workflows/testing.yml)
🔨 Export any `eslint-config-*` project to default ESLint config file `.eslintrc`
## Usage
Installation:
```bash
npm install -g export-eslint-config
```
```bash
export-eslint-config piecioshka
# this command will looking for configuration in "eslint-config-piecioshka"
```
## License
[The MIT License](https://piecioshka.mit-license.org) @ 2015