Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-bliss-typescript

amilajack132MIT6.0.2

An opinionated ESLint config general node development 🎉

eslint, config, bliss, airbnb, jest, promise

readme

eslint-config-bliss

NPM version Dependency Status npm

This project was created to serve as a base config for general node development.

It adds integration with:

  • <input checked="" disabled="" type="checkbox"> ES import/export
  • <input checked="" disabled="" type="checkbox"> Promise's
  • <input checked="" disabled="" type="checkbox"> Flow
  • <input checked="" disabled="" type="checkbox"> Jest

It is not intended for the browser. If you wish to use this config for browser development, make sure to install eslint-plugin-react and eslint-plugin-jsx-a11y and add "browser": true to the env section of your .eslintrc

Installation

  1. Install eslint-config-bliss

    npm install --save-dev eslint-config-bliss
  2. Add it to your .eslintrc config:

    {
    "extends": "bliss"
    }

changelog

v4.7.0

  • Remove eslint-plugin-flowtype-errors

v3.1.1

  • Fix eslint-plugin-prettier config

v3.1.0

  • Bump deps

v3.0.0

  • Add eslint-config-prettier