File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "env" : {
3
+ "node" : true ,
4
+ "es6" : true ,
5
+ "jest/globals" : true
6
+ },
7
+ "extends" : " eslint:recommended" ,
8
+ "parserOptions" : {
9
+ "ecmaVersion" : 12 ,
10
+ "sourceType" : " module"
11
+ },
12
+ "plugins" : [
13
+ " jest"
14
+ ],
15
+ "root" : true ,
16
+ "rules" : {
17
+ "indent" : [" error" , 4 ],
18
+ "no-trailing-spaces" : " error"
19
+ }
20
+ }
Original file line number Diff line number Diff line change 2
2
"azureFunctions.deploySubpath" : " ." ,
3
3
"azureFunctions.projectLanguage" : " JavaScript" ,
4
4
"azureFunctions.projectRuntime" : " ~4" ,
5
- "debug.internalConsoleOptions" : " neverOpen"
5
+ "debug.internalConsoleOptions" : " neverOpen" ,
6
+ "eslint.workingDirectories" : [
7
+ " GitGitGadget"
8
+ ]
6
9
}
Original file line number Diff line number Diff line change 1
- // @ts -check
2
1
/*
3
2
* This is the Azure Function backing the GitGitGadget GitHub App.
4
3
*
You can’t perform that action at this time.
0 commit comments