An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# export-eslint-config

[![cli-available](https://badgen.net/static/cli/available/?icon=terminal)](#cli)
[![node version](https://img.shields.io/node/v/export-eslint-config.svg)](https://www.npmjs.com/package/export-eslint-config)
[![npm version](https://badge.fury.io/js/export-eslint-config.svg)](https://badge.fury.io/js/export-eslint-config)
[![downloads count](https://img.shields.io/npm/dt/export-eslint-config.svg)](https://www.npmjs.com/package/export-eslint-config)
[![size](https://packagephobia.com/badge?p=export-eslint-config)](https://packagephobia.com/result?p=export-eslint-config)
[![license](https://img.shields.io/npm/l/export-eslint-config.svg)](https://piecioshka.mit-license.org)
[![github-ci](https://github.com/piecioshka/export-eslint-config/actions/workflows/testing.yml/badge.svg)](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