1.0.5 • Published 1 year ago

@nicquid/eslint-config-nqt v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Flavors United JavaScript Style Guide

Forked from the Airbnb eslint config

npm version

Setup

To enable this eslint configuration, perform the following steps:

  1. Run the following command to add the necessary packages to your node project
    • npm install --save-dev eslint eslint-plugin-import @nicquid/eslint-config-nqt
  2. Create a .eslintrc.json file with following contents
{
    "env": {
        "browser": true,
        "commonjs": true,
        "es2021": true
    },
    "extends": "@nicquid/eslint-config-nqt",
    "parserOptions": {
        "ecmaVersion": "latest",
        "sourceType": "module"
    }
}
1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago