1.1.0 • Published 5 years ago

eslint-config-qbe v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

eslint-config-qbe

JavaScript coding standards for QBE

Installation

Install ESLint:

npm i -D eslint

Install eslint-config-qbe:

npm i -D eslint-config-qbe

Usage

Add qbe to the plugins section of your .eslintrc configuration file. You can omit the eslint-config- prefix:

{
    "extends": [
        "qbe"
    ]
}

Acknowledgements

Forked from eslint-config-foxsports