@jeansarlon/eslint-config-typescript

1.0.0 • Public • Published

eslint-config-typescript

This package provides Typescript .eslintrc as an extensible shared config.

Usage

It requires:

  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint
  1. Install the correct versions of each package, which are listed by the command:
npm info "@jeansarlon/eslint-config-typescript" peerDependencies

Which produces and runs a command like:

  npm install --save-dev @jeansarlon/eslint-config-typescript @typescript-eslint/eslint-plugin@^
  #.#.# @typescript-eslint/parser@^#.#.# eslint@^#.#.#
  1. Add extends: '@jeansarlon/eslint-config-typescript' to your project's .eslintrc.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @jeansarlon/eslint-config-typescript

      Weekly Downloads

      1

      Version

      1.0.0

      License

      ISC

      Unpacked Size

      8.14 kB

      Total Files

      6

      Last publish

      Collaborators

      • jsarlon