8000 Add helper script to run linter fixer · nlprog/notion-sdk-net@ff57825 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff57825

Browse files
Add helper script to run linter fixer
1 parent 97b6562 commit ff57825

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "notion-sdk-net",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"repository": "git@github.com:notion-dotnet/notion-sdk-net.git",
6+
"author": "Vedant Koditkar",
7+
"license": "MIT",
8+
"scripts": {
9+
"lint": "dotnet jb cleanupcode --include=\"**/**.cs\" .\\Notion.sln"
10+
}
11+
}

0 commit comments

Comments
 (0)
0