0.7.0 • Published 5 years ago

@mdotasia/eslint-config v0.7.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@mdotasia/eslint-config

This package provides my ESLint config as an extensible shared config. Run

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

to install. ESLint is required as peerDependency.

Create a .eslintrc in your project and add

{
  "extends": "@mdotasia"
}

I removed the import/no-extraneous-dependencies rule. This rule can be overridden in your project if you have a very good reason to import devDependencies in your code outside the test folder.