Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/tomeraberbach/eslint-config
- Owner: TomerAberbach
- License: mit
- Created: 2020-06-06T03:48:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T21:50:26.000Z (7 months ago)
- Last Synced: 2024-04-14T12:05:49.880Z (7 months ago)
- Topics: eslint, eslint-config, eslint-rules, eslint-shareable-configs, eslintconfig, javascript, linter, nodejs
- Language: JavaScript
- Homepage: https://npm.im/@tomer/eslint-config
- Size: 780 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
eslint-config
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)