0.2.0 • Published 5 years ago

@creidhne/eslint-config-airbnb-paulmac v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Description

Updates the eslint-config-airbnb-base style guide with some personal preferences.

Installation

npm i -D eslint eslint-plugin-import @creidhne/eslint-config-airbnb-paulmac

Usage

In your project root, create a new .eslintrc.json file with the following contents:

{
    "extends": "@creidhne/eslint-config-airbnb-paulmac"
}