tomi-eslint-config

0.1.0 • Public • Published

Original README

eslint-config-react

A custom eslint + prettier config for all React projects.

Installation

npm install @vp/eslint-config-om-react --save-dev

Usage

Create (or update) your .eslintrc* file. Change the extends configuration to include the below. For more configuration options, see the ESLint Docs

For javascript code

"extends": "tomi-eslint-config",

OR

"extends": [
  "tomi-eslint-config",
  ...
],

For typescript code

"extends": "tomi-eslint-config/typescript",

OR

"extends": [
  "tomi-eslint-config/typescript",
  ...
],

Package Sidebar

Install

npm i tomi-eslint-config

Weekly Downloads

1

Version

0.1.0

License

UNLICENSED

Unpacked Size

8.22 kB

Total Files

7

Last publish

Collaborators

  • tomaschow95