@nicquid/eslint-config-nqt

1.0.4 • Public • Published

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 this package to your node project
    • npm install --save-dev @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"
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @nicquid/eslint-config-nqt

Weekly Downloads

4

Version

1.0.4

License

MIT

Unpacked Size

67 kB

Total Files

15

Last publish

Collaborators

  • apadayhag
  • bhudson-funq