Skip to content

Commit dd87020

Browse files
committed
feat: Initial project setup
1 parent 94c63ba commit dd87020

File tree

6 files changed

+9005
-0
lines changed

6 files changed

+9005
-0
lines changed

.all-contributorsrc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"projectName": "eslint-plugin-extendscript",
3+
"projectOwner": "adambrgmn",
4+
"files": [
5+
"README.md"
6+
],
7+
"imageSize": 100,
8+
"commit": false,
9+
"contributors": [
10+
{
11+
"login": "adambrgmn",
12+
"name": "Adam Bergman",
13+
"avatar_url": "https://avatars1.githubusercontent.com/u/13746650?v=4",
14+
"profile": "http://fransvilhelm.com",
15+
"contributions": [
16+
"code",
17+
"doc"
18+
]
19+
}
20+
]
21+
}

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "./node_modules/frans-scripts/eslint.js"
3+
}

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# Eslint Plugin ExtendScript
22

33
> Mainly environment variables for Adobes Extendscript
4+
5+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
6+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
7+
8+
## Contributors
9+
10+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
11+
<!-- prettier-ignore -->
12+
| [<img src="https://avatars1.githubusercontent.com/u/13746650?v=4" width="100px;"/><br /><sub><b>Adam Bergman</b></sub>](http://fransvilhelm.com)<br />[💻](https://github.com/adambrgmn/eslint-plugin-extendscript/commits?author=adambrgmn "Code") [📖](https://github.com/adambrgmn/eslint-plugin-extendscript/commits?author=adambrgmn "Documentation") |
13+
| :---: |
14+
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)