Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomeraberbach/eslint-config

๐Ÿงน My ESLint configuration!
https://github.com/tomeraberbach/eslint-config

eslint eslint-config eslint-rules eslint-shareable-configs eslintconfig javascript linter nodejs

Last synced: 19 days ago
JSON representation

๐Ÿงน My ESLint configuration!

Awesome Lists containing this project

README

        


eslint-config



version


Sponsor


My ESLint configuration!

## Install

```sh
$ npm i @tomer/eslint-config
```

## Usage

Configure ESLint to use `@tomer/eslint-config` by
[exporting the config from an `eslint.config.js`](https://eslint.org/docs/latest/user-guide/configuring/configuration-files-new):

**eslint.config.js**

```js
export { default } from '@tomer/eslint-config'
```

Run `eslint` with
[the supported options](https://eslint.org/docs/user-guide/command-line-interface#options).

Note that this configuration is intended to be used with
[`@tomer/prettier-config`](https://github.com/TomerAberbach/prettier-config).

## Contributing

Stars are always welcome!

For bugs and feature requests,
[please create an issue](https://github.com/TomerAberbach/eslint-config/issues/new).

## License

[MIT](https://github.com/TomerAberbach/eslint-config/blob/main/license) ยฉ
[Tomer Aberbach](https://github.com/TomerAberbach)