@mcmunder/eslint-config
v1.1.1
Published
@mcmunder's sharable eslint-config
Downloads
2
Readme
@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
}