@gabrielduartem/eslint-config

1.0.2 • Public • Published

eslint-config

npm version npm downloads

Introduction

The eslint config that I use for most of my projects.

Installation

npm:

npm install --save-dev @gabrielduartem/eslint-config

yarn:

yarn add -D @gabrielduartem/eslint-config

Usage

This package exposes 4 configs in different paths, choose the one that suits your project:

  • For node projects using javascript: @gabrielduartem/eslint-config
  • For web projects using javascript: @gabrielduartem/eslint-config/web
  • For node projects using typescript: @gabrielduartem/eslint-config/ts
  • For web projects using typescript: @gabrielduartem/eslint-config/ts/web

Create a .eslintrc.js file on the root of your project, requiring one of the above configs:

module.exports = require('@gabrielduartem/eslint-config')

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @gabrielduartem/eslint-config

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

15.9 kB

Total Files

9

Last publish

Collaborators

  • gabrielduartem