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

Package detail

eslint-config-dalphyx

dalphyx22MIT0.3.0

eslint config for dalphyx

eslint

readme

eslint-config-dalphyx

My own eslint configurations.

The idea base on eslint-config-xo, just change some rules to fit my needs.

Installation

$ npm install --save-dev eslint-config-dalphyx

Usage

.eslintrc:

{
    "extends": "dalphyx"
}

License

MIT