@pismo/eslint-config-bolt

0.0.1-32 • Public • Published

Pismo Bolt eslint config

Pismo Bolt's eslint shareable configuration.

Installation

> yarn add @pismo/eslint-config-bolt --dev

Then, in your .eslintrc:

{
  "extends": "@pismo/eslint-config-bolt"
}

Auto linting

You can use husky along with lint-staged and eslint to set up a precommit hook that runs eslint to automatically fix all linting-related issues.

> yarn add husky lint-staged eslint --dev

package.json file:

  "scripts": {
    "lint": "node_modules/.bin/eslint --fix",
    "precommit": "lint-staged"
  }

.lintstagedrc file:

{
  "linters": {
    "*.js": ["yarn lint", "git add"]
  }
}

That's it. It should automatically format all .js files you git add and try to git commit, then add them back for you.

Package Sidebar

Install

npm i @pismo/eslint-config-bolt

Weekly Downloads

4

Version

0.0.1-32

License

ISC

Last publish

Collaborators

  • carlosreyes
  • svc-npm-p
  • filipe.lyra
  • mounika.nanthabaku
  • danilopismo
  • leticia-cavalcanti
  • fagner.pelicioni
  • mateus_bombassaro
  • nelson.oliveira.p
  • anneke.knox
  • aline.souza
  • caique.constant
  • leandro.almeida.pismo
  • gabriel.miguel
  • clint_roberts
  • rartner-p
  • jonathanleahypi
  • pismojosh
  • fabio-rizzi_pismo
  • raphaelhernandocosta
  • giovanniprosim
  • dandwal
  • henrique.nunes
  • davi.firmino
  • wkerswell-pismo
  • thiagofribeiro
  • vinicius_vieira
  • abraaobueno
  • rodribeze
  • victorwpbastos