@muravjev/configs-eslint-ts-react

0.1.9 • Public • Published

Shared eslint configuration

The purpose of the eslint is linting javascript and typescript languages (js, ts, tsx).

This configuration targets lib react packages.


Contents

Setup

  • Add workspace reference to @muravjev/configs-eslint-ts-react:

    pnpm add -w @muravjev/configs-eslint-ts-react eslint
  • Add eslint configuration file:

    // .eslintrc.js
    
    module.exports = require('@muravjev/configs-eslint-ts-react');

Usage

  • Automatic validation of staged files with eslint is handled by monorepo on commit.

  • Automatic validation file with eslint is handled by monorepo on save.

  • Manual usage from command line:

    pnpm lint packages/bar
    pnpm lint:fix packages/bar

Donation

If you found this project helpful, consider
buying me a coffee, donate by paypal or just leave a star
Thanks for your support, it is much appreciated!

License

MIT © Sergey Muravjev


Back


Package Sidebar

Install

npm i @muravjev/configs-eslint-ts-react

Weekly Downloads

0

Version

0.1.9

License

MIT

Unpacked Size

5.62 kB

Total Files

5

Last publish

Collaborators

  • muravjev