Skip to content
eslint-config / 0.0.29

eslint-config 0.0.29

Install from the command line:
Learn more about npm packages
$ npm install @musma/eslint-config@0.0.29
Install via package.json:
"@musma/eslint-config": "0.0.29"

About this version

Musma Logo

@musma/eslint-config

Musma's ESLint config with TypeScript support

Note: this config works for both JS and TS files.

Installation

Within .npmrc file in your project:

@musma:registry=https://npm.pkg.github.com/

And then,

$ npm install @musma/eslint-config --save-dev

or

$ yarn add @musma/eslint-config --dev --update-checksums

Configuration

Within your .eslintrc file:

{
  "extends": ["@musma"]
}

If you use react,

{
  "env": {
    "browser": true
  },
  "extends": ["@musma"],
  "ecmaFeatures": {
    "jsx": true
  },
  "settings": {
    "react": {
      "version": "detect"
    }
  }
}

License

Open source licensed as MIT.

Details


Assets

  • eslint-config-0.0.29-npm.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0