-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsuf.config.json
31 lines (31 loc) · 970 Bytes
/
suf.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"badges": {
"name": "sass-formatter",
"github": "TheRealSyler",
"repo": "sass-formatter",
"out": "README.md",
"badges": [
"badge=https://jestjs.io/img/jest-badge.svg link=https://github.com/facebook/jest",
"badge=https://www.codefactor.io/repository/github/therealsyler/sass-formatter/badge link=https://www.codefactor.io/repository/github/therealsyler/sass-formatter",
"badge=https://github.com/TheRealSyler/sass-formatter/actions/workflows/main.yml/badge.svg link=https://github.com/TheRealSyler/sass-formatter/actions/workflows/main.yml",
"codecov codecov",
"npmV npm ?color=green",
"min bundle",
"install package",
"githubLastCommit github"
]
},
"tsDoc": {
"title": "Docs",
"dir": "dist",
"out": "README.md",
"include": "config"
},
"license": {
"name": "Leonard Grosoli",
"type": "mit",
"year": "2019",
"out": "README.md",
"file": "LICENSE"
}
}