@gemunion/eslint-config

4.0.6 • Public • Published

ESLint config

This is sharable ESLint config which we use across of all our repositories. It is amazing.

TypeScript

.eslintrc

{
  "extends": [
    "@gemunion/eslint-config/presets/ts",
    "@gemunion/eslint-config/rules/jest"
  ],
  "parserOptions": {
    "project": "./tsconfig.json"
  },
  "root": true
}

JavaScript (ESNext+Babel)

{
  "extends": [
    "@gemunion/eslint-config/presets/js"
  ],
  "parserOptions": {
    "babelOptions": {
      "configFile": "./.babelrc"
    }
  },
  "root": true
}

/@gemunion/eslint-config/

    Package Sidebar

    Install

    npm i @gemunion/eslint-config

    Weekly Downloads

    28

    Version

    4.0.6

    License

    MIT

    Unpacked Size

    16 kB

    Total Files

    25

    Last publish

    Collaborators

    • ubudragon
    • trejgun