mirror of
https://github.com/sasjs/lint.git
synced 2026-01-03 19:10:04 +00:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
490cd43373 | ||
| bd8d2b9561 | |||
| 5b9269adf8 | |||
|
|
2f0551afc2 | ||
|
|
86465c3cf1 | ||
|
|
faedb5add9 | ||
|
|
6d8f7549a2 | ||
|
|
1815f73110 | ||
|
|
2ec507f844 | ||
|
|
2de78a9c6d |
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@@ -4,4 +4,4 @@ updates:
|
|||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 3
|
||||||
|
|||||||
2
.github/reviewer-lottery.yml
vendored
2
.github/reviewer-lottery.yml
vendored
@@ -2,8 +2,6 @@ groups:
|
|||||||
- name: SASjs Devs # name of the group
|
- name: SASjs Devs # name of the group
|
||||||
reviewers: 1 # how many reviewers do you want to assign?
|
reviewers: 1 # how many reviewers do you want to assign?
|
||||||
usernames: # github usernames of the reviewers
|
usernames: # github usernames of the reviewers
|
||||||
- krishna-acondy
|
|
||||||
- YuryShkoda
|
- YuryShkoda
|
||||||
- saadjutt01
|
|
||||||
- medjedovicm
|
- medjedovicm
|
||||||
- allanbowe
|
- allanbowe
|
||||||
|
|||||||
4
.github/workflows/assign-reviewer.yml
vendored
4
.github/workflows/assign-reviewer.yml
vendored
@@ -8,6 +8,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: uesteibar/reviewer-lottery@v1
|
- uses: uesteibar/reviewer-lottery@v3
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GH_TOKEN }}
|
repo-token: ${{ secrets.GH_TOKEN }}
|
||||||
5038
package-lock.json
generated
5038
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -43,12 +43,12 @@
|
|||||||
"@types/node": "18.11.18",
|
"@types/node": "18.11.18",
|
||||||
"all-contributors-cli": "6.24.0",
|
"all-contributors-cli": "6.24.0",
|
||||||
"jest": "29.3.1",
|
"jest": "29.3.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^5.0.10",
|
||||||
"ts-jest": "29.0.3",
|
"ts-jest": "29.0.3",
|
||||||
"typescript": "^4.3.2"
|
"typescript": "^4.3.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sasjs/utils": "2.52.0",
|
"@sasjs/utils": "3.5.0",
|
||||||
"ignore": "5.2.4"
|
"ignore": "5.2.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"DOM",
|
"DOM",
|
||||||
"ES2019.String"
|
"ES2019.String"
|
||||||
],
|
],
|
||||||
"target": "es5",
|
"target": "es6",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
@@ -23,4 +23,4 @@
|
|||||||
"**/*.spec.ts",
|
"**/*.spec.ts",
|
||||||
"**/example.ts"
|
"**/example.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user