Skip to content

Commit 128fff1

Browse files
committed
Merge branch 'main' into typeRefUpdates
2 parents a6fed14 + 832a6e4 commit 128fff1

File tree

205 files changed

+7040
-4668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+7040
-4668
lines changed

.eslintignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

.eslintrc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"root": true,
23
"parser": "@typescript-eslint/parser",
34
"parserOptions": {
45
"warnOnUnsupportedTypeScriptVersion": false,
@@ -12,6 +13,17 @@
1213
"plugins": [
1314
"@typescript-eslint", "no-null", "import", "eslint-plugin-local"
1415
],
16+
"ignorePatterns": [
17+
"**/node_modules/**",
18+
"/built/**",
19+
"/tests/**",
20+
"/lib/**",
21+
"/src/lib/*.generated.d.ts",
22+
"/scripts/**/*.js",
23+
"/scripts/**/*.d.*",
24+
"/internal/**",
25+
"/coverage/**"
26+
],
1527
"rules": {
1628
"sort-imports": ["error", {
1729
"ignoreCase": true,

0 commit comments

Comments
 (0)