eslint-config-tyom

2.6.0 • Public • Published

Tyom's ESLint config

Base for JS projects.

Configs

  • base Base ES 2018 config for use with node and on the client.

  • prettier Includes base and Prettier plugin recommendations. Additional preferences.

  • jest Includes base and Jest plugin recommendations. Additional preferences.

  • Vue Includes base and Vue plugin strong recommendations. Additional preferences.

Install

npm i eslint-config-tyom
yarn add eslint-config-tyom

Then to import everything in eslintrc:

{ "extends": ["tyom"] }

individual configs:

{ "extends": ["tyom/prettier", "tyom/vue"] }

/eslint-config-tyom/

    Package Sidebar

    Install

    npm i eslint-config-tyom

    Weekly Downloads

    1

    Version

    2.6.0

    License

    MIT

    Unpacked Size

    1.87 kB

    Total Files

    6

    Last publish

    Collaborators

    • tyom