@ch-faustino/eslint-config

1.0.1 • Public • Published

ESLint Config

ESLint configuration for React and Node.js projects.

Setup

React

Install dependencies:

npm i -D eslint @ch-faustino/eslint-config

Create eslint file:

touch .eslintrc.json

Add to .eslintrc.json:

{
  "extends": "@ch-faustino/eslint-config/react"
}

Node.js

Install dependencies:

npm i -D eslint @ch-faustino/eslint-config

Create eslint file:

touch .eslintrc.json

Add to .eslintrc.json:

{
  "extends": "@ch-faustino/eslint-config/node"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @ch-faustino/eslint-config

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

4.42 kB

Total Files

4

Last publish

Collaborators

  • carlos-hfc