@mycujoo/eslint-config-mycujoo-base

1.0.1 • Public • Published

eslint-config-mycujoo-base

Introduction

This is the base ESLint configuration file used at mycujoo.

It is based on Airbnb's config.

Installation

NPM

npm install --save-dev eslint@latest eslint-plugin-import@latest @mycujoo/eslint-config-mycujoo-base

Yarn

yarn add --exact --dev eslint@latest eslint-plugin-import@latest @mycujoo/eslint-config-mycujoo-base

Your .eslintrc

To add the rules to your .eslintrc, extend the file with the package in the following manner:

{
  "extends": ["@mycujoo/mycujoo-base"]
}

Example:

{
  "extends": [
    "@mycujoo/mycujoo-base"
  ],
  "env": {
    "node": true,
    "jest": true
  }
}

Package Sidebar

Install

npm i @mycujoo/eslint-config-mycujoo-base

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.03 kB

Total Files

6

Last publish

Collaborators

  • adamahom
  • yneleven
  • berker93
  • vikkivi
  • pvmnt
  • farzad-mycujoo
  • mycujoo.tv
  • radev83
  • aandrei
  • pplaatje
  • oleksiih
  • antonella.manilla
  • thecodeassassin
  • rgalus
  • mycujoomats
  • alaandrei