@tallyho/eslint-config

0.1.0 • Public • Published

eslint-config

A shared ESLint config based off Airbnb style guides. Covers JS and TS including React / JSX.

Getting started

Add the shared config with yarn

yarn add -D @tallyho/eslint-config

... and include a simple .eslintrc.js to get started.

module.exports = {
  root: true,
  extends: [
      "@tallyho/eslint-config",
  ],
  parserOptions: {
    project: "./tsconfig.json",
  },
}

/@tallyho/eslint-config/

    Package Sidebar

    Install

    npm i @tallyho/eslint-config

    Weekly Downloads

    1

    Version

    0.1.0

    License

    GPL-3.0

    Unpacked Size

    38.8 kB

    Total Files

    9

    Last publish

    Collaborators

    • mhluongo
    • shadowfiend