@mcmunder/eslint-config

1.1.1 • Public • Published

@mcmunder/eslint-config

Sharable eslint config for usage in JavaScript/TypeScript, React + emotion projects. Lists all necessary configs and plugins as peerDependencies.

Usage

npm install --save-dev @mcmunder/eslint-config

Then create an .eslintrc.js file in the project root with the following content:

module.exports = {
  extends: '@mcmunder/eslint-config',
  // add overrides if you want
}

Readme

Keywords

Package Sidebar

Install

npm i @mcmunder/eslint-config

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

2.2 kB

Total Files

3

Last publish

Collaborators

  • mcmunder