@owngames/eslint-config

3.0.2--canary.7a5ab93.0 • Public • Published

@owngames/eslint-config

Custom eslint-config setup that can be extended and incorporates:

  • @babel/eslint-parser
  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint
  • eslint-config-next
  • eslint-config-prettier
  • eslint-plugin-import
  • eslint-plugin-jest
  • eslint-plugin-jsx-a11y
  • eslint-plugin-react
  • eslint-plugin-react-hooks
  • prettier

Breakdown

All currently cjs format:

  • ./index (base)
  • ./typescript
    • ./react (+ typescript)
      • ./jest (+ react)
      • ./next (+ react)
yarn add @owngames/eslint-config --dev

Base

{
    "extends": "@owngames/eslint-config"
}

Jest

{
    "extends": "@owngames/eslint-config/jest"
}

Next

{
    "extends": "@owngames/eslint-config/next"
}

React

{
    "extends": "@owngames/eslint-config/react"
}

TypeScript

{
    "extends": "@owngames/eslint-config/typescript"
}

/@owngames/eslint-config/

    Package Sidebar

    Install

    npm i @owngames/eslint-config

    Weekly Downloads

    0

    Version

    3.0.2--canary.7a5ab93.0

    License

    MIT

    Unpacked Size

    185 kB

    Total Files

    27

    Last publish

    Collaborators

    • ygorneves