Skip to content

Commit a8093fd

Browse files
committed
docs(readme): Add more declarative documentation
1 parent b0f419d commit a8093fd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
1010

11+
* [Installation](#installation)
12+
* [Setup](#setup)
13+
* [Contributions](#contributions)
1114
* [Contributors](#contributors)
15+
* [License](#license)
1216

1317
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1418

@@ -52,6 +56,16 @@ If you don't know or want to work on all environments you can use the
5256
environment `"extendscript/extendscript"` instead. This will give you all
5357
environment globals form all the ExtendScript environments.
5458

59+
```js
60+
{
61+
"extends": "eslint:recommended", // or any other presets
62+
"plugins": ["extendscript"],
63+
"env": {
64+
"extendscript/extendscript": true, // All available globals
65+
}
66+
}
67+
```
68+
5569
## Contributions
5670

5771
Contributions are more than welcome. Especially if you like to add more

0 commit comments

Comments
 (0)