1.0.5 • Published 3 years ago

eslint-config-proxy v1.0.5

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Biased JavaScript Style Guide

A biased but reasonable approach to JavaScript

Note: this configuration extends airbnb configuration which can be installed with npm i -s eslint-config-airbnb

Install this configuration to your project

npm install --save-dev eslint-config-proxy

Add configuration as an extends

package.json

  "eslintConfig": {
    "extends": [
      "eslint-config-proxy"
    ]
  },