6.0.2 • Published 1 year ago

eslint-config-bliss-typescript v6.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

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:

  • ES import/export
  • Promise's
  • Flow
  • 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
  1. Add it to your .eslintrc config:
{
  "extends": "bliss"
}