1.1.1 • Published 7 days ago

@nicquid/eslint-config-suitescript v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 days ago

Flavors United JavaScript Style Guide for SuiteScript

Forked from the Airbnb eslint config and the Nicquid NQT 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-suitescript
  2. Create a .eslintrc.json file with following contents
{
    "env": {
        "browser": true,
        "es2021": true,
        "amd": true
    },
    "extends": "@nicquid/eslint-config-suitescript",
    "parserOptions": {
        "ecmaVersion": "latest",
        "sourceType": "module"
    }
}
1.1.1

7 days ago

1.1.0

4 months ago

1.0.1

5 months ago

1.0.0

5 months ago