-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
Lead-authored-by: Jonathan McPherson <[email protected]> Co-authored-by: positron-bot[bot] <173392469+positron-bot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7d79515
commit 6dafb79
Showing
956 changed files
with
18,140 additions
and
13,726 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
const glob = require('glob'); | ||
const path = require('path'); | ||
|
||
require('ts-node').register({ experimentalResolver: true, transpileOnly: true }); | ||
|
||
// Re-export all .ts files as rules | ||
const rules = {}; | ||
glob.sync(`${__dirname}/*.ts`).forEach((file) => { | ||
rules[path.basename(file, '.ts')] = require(file); | ||
}); | ||
|
||
exports.rules = rules; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"compilerOptions": { | ||
"target": "es2020", | ||
"lib": [ | ||
"ES2020" | ||
], | ||
"module": "commonjs", | ||
"esModuleInterop": true, | ||
"alwaysStrict": true, | ||
"allowJs": true, | ||
"strict": true, | ||
"exactOptionalPropertyTypes": false, | ||
"useUnknownInCatchVariables": false, | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"newLine": "lf", | ||
"noEmit": true | ||
}, | ||
"include": [ | ||
"**/*.ts", | ||
"**/*.js" | ||
], | ||
"exclude": [ | ||
"node_modules/**" | ||
] | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
Eric Amodio <[email protected]> Eric Amodio <[email protected]> | ||
Eric Amodio <[email protected]> Eric Amodio <[email protected]> | ||
Daniel Imms <[email protected]> Daniel Imms <[email protected]> | ||
Tanha Kabir <[email protected]> Tanha Kabir <[email protected]> | ||
Raymond Zhao <[email protected]> | ||
Tyler Leonhardt <[email protected]> Tyler Leonhardt <[email protected]> | ||
João Moreno <[email protected]> João Moreno <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.