File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
5256environment ` "extendscript/extendscript" ` instead. This will give you all
5357environment 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
5771Contributions are more than welcome. Especially if you like to add more
You can’t perform that action at this time.
0 commit comments