My ESLint configuration!
$ npm i @tomer/eslint-config
Configure ESLint to use @tomer/eslint-config
by
exporting the config from an eslint.config.js
:
eslint.config.js
export { default } from '@tomer/eslint-config'
Run eslint
with
the supported options.
Note that this configuration is intended to be used with
@tomer/prettier-config
.
Stars are always welcome!
For bugs and feature requests, please create an issue.