Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
chore(deps): run yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd authored Nov 29, 2021
1 parent a97864f commit fcb77c7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 42 deletions.
9 changes: 2 additions & 7 deletions examples/codesandbox/angular/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.ts"
]
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.ts"]
}
9 changes: 2 additions & 7 deletions examples/codesandbox/angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
"typeRoots": ["node_modules/@types"],
"lib": ["es2018", "dom"]
},
"angularCompilerOptions": {
"disableTypeScriptVersionCheck": true,
Expand Down
9 changes: 2 additions & 7 deletions examples/codesandbox/form/angular/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.ts"
]
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.ts"]
}
9 changes: 2 additions & 7 deletions examples/codesandbox/form/angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
"typeRoots": ["node_modules/@types"],
"lib": ["es2018", "dom"]
},
"angularCompilerOptions": {
"disableTypeScriptVersionCheck": true,
Expand Down
8 changes: 1 addition & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"extends": [
"config:base",
":maintainLockFilesWeekly",
":preserveSemverRanges",
"schedule:weekends",
":noUnscheduledUpdates"
],
"extends": ["config:base", ":maintainLockFilesWeekly", ":preserveSemverRanges", "schedule:weekends", ":noUnscheduledUpdates"],
"rangeStrategy": "replace"
}
8 changes: 1 addition & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"tests/**/*.ts",
".storybook/**/*.ts",
".storybook/**/*.tsx"
],
"include": ["src/**/*.ts", "src/**/*.tsx", "tests/**/*.ts", ".storybook/**/*.ts", ".storybook/**/*.tsx"],
"exclude": []
}

0 comments on commit fcb77c7

Please sign in to comment.