Skip to content

Commit

Permalink
fixup! prettier update
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Apr 23, 2024
1 parent edc9e49 commit d4fd473
Show file tree
Hide file tree
Showing 44 changed files with 285 additions and 279 deletions.
12 changes: 9 additions & 3 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ module.exports = {
},
},
{
files: "docs/**",
files: 'docs/**',
options: {
semi: true,
useTabs: true,
}
}
},
},
{
files: ['tsconfig.json'],
options: {
parser: 'jsonc',
},
},
],
}
4 changes: 2 additions & 2 deletions e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"noEmit": true,
"target": "es2020",
"lib": ["es2020", "dom"],
"types": ["cypress"]
"types": ["cypress"],
},
"include": ["cypress/**/*.ts"]
"include": ["cypress/**/*.ts"],
}
6 changes: 3 additions & 3 deletions examples/angular-example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"target": "ES2022",
"module": "ES2022",
"useDefineForClassFields": false,
"lib": ["ES2022", "dom"]
"lib": ["ES2022", "dom"],
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
"strictTemplates": true,
},
}
2 changes: 1 addition & 1 deletion examples/svelte-example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"compilerOptions": {},
"esModuleInterop": true,
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
}
8 changes: 4 additions & 4 deletions packages/@uppy/angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compileOnSave": false,
"compilerOptions": {
"paths": {
"@uppy/angular": ["dist/uppy/angular"]
"@uppy/angular": ["dist/uppy/angular"],
},
"baseUrl": "./",
"outDir": "./dist/out-tsc",
Expand All @@ -23,12 +23,12 @@
"module": "ES2022",
"useDefineForClassFields": false,
"lib": ["ES2022", "dom"],
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
"strictTemplates": true,
},
}
12 changes: 6 additions & 6 deletions packages/@uppy/audio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"paths": {
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"]
}
"@uppy/core/lib/*": ["../core/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../utils/tsconfig.build.json"
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json"
}
]
"path": "../core/tsconfig.build.json",
},
],
}
14 changes: 7 additions & 7 deletions packages/@uppy/aws-s3/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"@uppy/companion-client/lib/*": ["../companion-client/src/*"],
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"]
}
"@uppy/core/lib/*": ["../core/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../companion-client/tsconfig.build.json"
"path": "../companion-client/tsconfig.build.json",
},
{
"path": "../utils/tsconfig.build.json"
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json"
}
]
"path": "../core/tsconfig.build.json",
},
],
}
16 changes: 8 additions & 8 deletions packages/@uppy/box/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"@uppy/provider-views/lib/*": ["../provider-views/src/*"],
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"]
}
"@uppy/core/lib/*": ["../core/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../companion-client/tsconfig.build.json"
"path": "../companion-client/tsconfig.build.json",
},
{
"path": "../provider-views/tsconfig.build.json"
"path": "../provider-views/tsconfig.build.json",
},
{
"path": "../utils/tsconfig.build.json"
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json"
}
]
"path": "../core/tsconfig.build.json",
},
],
}
12 changes: 6 additions & 6 deletions packages/@uppy/companion-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"paths": {
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"]
}
"@uppy/core/lib/*": ["../core/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../utils/tsconfig.build.json"
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json"
}
]
"path": "../core/tsconfig.build.json",
},
],
}
4 changes: 2 additions & 2 deletions packages/@uppy/companion/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sourceMap": false,
"allowJs": true,
"checkJs": true,
"noEmitOnError": true
"noEmitOnError": true,
},
"include": ["src/**/*"]
"include": ["src/**/*"],
}
12 changes: 6 additions & 6 deletions packages/@uppy/compressor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"paths": {
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"]
}
"@uppy/core/lib/*": ["../core/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../utils/tsconfig.build.json"
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json"
}
]
"path": "../core/tsconfig.build.json",
},
],
}
12 changes: 6 additions & 6 deletions packages/@uppy/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"paths": {
"@uppy/store-default": ["../store-default/src/index.js"],
"@uppy/store-default/lib/*": ["../store-default/src/*"],
"@uppy/utils/lib/*": ["../utils/src/*"]
}
"@uppy/utils/lib/*": ["../utils/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../store-default/tsconfig.build.json"
"path": "../store-default/tsconfig.build.json",
},
{
"path": "../utils/tsconfig.build.json"
}
]
"path": "../utils/tsconfig.build.json",
},
],
}
26 changes: 13 additions & 13 deletions packages/@uppy/dashboard/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,37 +20,37 @@
"@uppy/url": ["../url/src/index.js"],
"@uppy/url/lib/*": ["../url/src/*"],
"@uppy/webcam": ["../webcam/src/index.js"],
"@uppy/webcam/lib/*": ["../webcam/src/*"]
}
"@uppy/webcam/lib/*": ["../webcam/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../informer/tsconfig.build.json"
"path": "../informer/tsconfig.build.json",
},
{
"path": "../provider-views/tsconfig.build.json"
"path": "../provider-views/tsconfig.build.json",
},
{
"path": "../status-bar/tsconfig.build.json"
"path": "../status-bar/tsconfig.build.json",
},
{
"path": "../thumbnail-generator/tsconfig.build.json"
"path": "../thumbnail-generator/tsconfig.build.json",
},
{
"path": "../utils/tsconfig.build.json"
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json"
"path": "../core/tsconfig.build.json",
},
{
"path": "../google-drive/tsconfig.build.json"
"path": "../google-drive/tsconfig.build.json",
},
{
"path": "../url/tsconfig.build.json"
"path": "../url/tsconfig.build.json",
},
{
"path": "../webcam/tsconfig.build.json"
}
]
"path": "../webcam/tsconfig.build.json",
},
],
}
12 changes: 6 additions & 6 deletions packages/@uppy/drag-drop/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"paths": {
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"]
}
"@uppy/core/lib/*": ["../core/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../utils/tsconfig.build.json"
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json"
}
]
"path": "../core/tsconfig.build.json",
},
],
}
12 changes: 6 additions & 6 deletions packages/@uppy/drop-target/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"paths": {
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"]
}
"@uppy/core/lib/*": ["../core/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../utils/tsconfig.build.json"
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json"
}
]
"path": "../core/tsconfig.build.json",
},
],
}
16 changes: 8 additions & 8 deletions packages/@uppy/dropbox/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"@uppy/provider-views/lib/*": ["../provider-views/src/*"],
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"]
}
"@uppy/core/lib/*": ["../core/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../companion-client/tsconfig.build.json"
"path": "../companion-client/tsconfig.build.json",
},
{
"path": "../provider-views/tsconfig.build.json"
"path": "../provider-views/tsconfig.build.json",
},
{
"path": "../utils/tsconfig.build.json"
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json"
}
]
"path": "../core/tsconfig.build.json",
},
],
}
16 changes: 8 additions & 8 deletions packages/@uppy/facebook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"@uppy/provider-views/lib/*": ["../provider-views/src/*"],
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"]
}
"@uppy/core/lib/*": ["../core/src/*"],
},
},
"include": ["./package.json", "./src/**/*.*"],
"references": [
{
"path": "../companion-client/tsconfig.build.json"
"path": "../companion-client/tsconfig.build.json",
},
{
"path": "../provider-views/tsconfig.build.json"
"path": "../provider-views/tsconfig.build.json",
},
{
"path": "../utils/tsconfig.build.json"
"path": "../utils/tsconfig.build.json",
},
{
"path": "../core/tsconfig.build.json"
}
]
"path": "../core/tsconfig.build.json",
},
],
}

0 comments on commit d4fd473

Please sign in to comment.