@mcansh/eslint-config

5.0.0 • Public • Published

eslint-config-mcansh

Installation

$ yarn add -D @mcansh/eslint-config

then install the peerDependencies

$ npx install-peerdeps @mcansh/eslint-config --dev

followed by adding it to your eslint config

for react (javascript)

module.exports = {
  extends: ['@mcansh'],
};

for react (typescript)

module.exports = {
  extends: ['@mcansh/eslint-config/typescript'],
};

for everything else

module.exports = {
  extends: ['@mcansh/eslint-config/base'],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @mcansh/eslint-config

Weekly Downloads

1

Version

5.0.0

License

MIT

Unpacked Size

9.63 kB

Total Files

10

Last publish

Collaborators

  • mcansh