Skip to content

Commit

Permalink
add extend options
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvs committed Jan 20, 2021
1 parent 0624d38 commit 29699f8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ Enable the rules that you would like to use.
}
```

Or use a predefined setting for quick setup (choose one).

```json
// All available rules
"extends": ["plugin:suitescript/all"]

// Just the recommended rules
"extends": ["plugin:suitescript/recommended"]
```


## List of supported rules

* [suitescript/api-version](docs/rules/api-version.md): Enforces valid `@NApiVersion` tag values
Expand Down

0 comments on commit 29699f8

Please sign in to comment.