@tomer/eslint-config

My ESLint configuration!

Usage no npm install needed!

<script type="module">
  import tomerEslintConfig from 'https://cdn.skypack.dev/@tomer/eslint-config';
</script>

README

eslint-config

My ESLint configuration!

Install

$ npm i @tomer/eslint-config

Usage

Configure ESLint to use @tomer/eslint-config by either extending the configuration in the "eslintConfig" field of your package.json:

package.json

{
  "eslingConfig": {
    "extends": "@tomer"
  }
}

Or extending the configuration in your .eslintrc.* file.

Run eslint with the supported options.

The following configurations are available:

  • @tomer (same as @tomer/eslint-config)
  • @tomer/eslint-config/jsx
  • @tomer/eslint-config/ts
  • @tomer/eslint-config/tsx

Note that this configuration is intended to be used with @tomer/prettier-config.

Contributing

Stars are always welcome!

For bugs and feature requests, please create an issue.

License

MIT © Tomer Aberbach