solygen / eslint-config-solygen

solygen's eslint config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-solygen

This package provides solygen's .eslintrc as an extensible shared config.

Usage

We export two ESLint configurations for your usage.

eslint-config-solygen

Our default export contains all of our ESLint rules.

  1. npm install --save-dev eslint-config-solygen eslint
  2. add "extends": "solygen" to your .eslintrc

eslint-config-solygen/base

Currently a simple alias for eslint-config-solygen.

  1. npm install --save-dev eslint-config-solygen
  2. add "extends": "solygen/base" to your .eslintrc

About

solygen's eslint config

License:The Unlicense


Languages

Language:JavaScript 100.0%