1.1.1 • Published 4 years ago

@mcmunder/eslint-config v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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
}
1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago