@nicquid/eslint-config-suitescript

1.1.1 • Public • Published

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"
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @nicquid/eslint-config-suitescript

Weekly Downloads

4

Version

1.1.1

License

MIT

Unpacked Size

66.8 kB

Total Files

15

Last publish

Collaborators

  • apadayhag
  • bhudson-funq