项目作者: amilajack

项目描述 :
An opinionated ESLint config general node development 🎉
高级语言: JavaScript
项目地址: git://github.com/amilajack/eslint-config-bliss.git
创建时间: 2017-01-21T05:43:20Z
项目社区:https://github.com/amilajack/eslint-config-bliss

开源协议:MIT License

下载


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

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

    1. {
    2. "extends": "bliss"
    3. }