diff --git a/src/090-the-style-guide/224-hungarian-notation.problem.ts b/src/090-the-style-guide/224-hungarian-notation.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/224-hungarian-notation.solution.ts b/src/090-the-style-guide/224-hungarian-notation.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/225-where-to-put-your-types.problem.ts b/src/090-the-style-guide/225-where-to-put-your-types.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/225-where-to-put-your-types.solution.ts b/src/090-the-style-guide/225-where-to-put-your-types.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/226-colocation-of-types.problem.ts b/src/090-the-style-guide/226-colocation-of-types.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/226-colocation-of-types.solution.ts b/src/090-the-style-guide/226-colocation-of-types.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/227-setting-up-eslint.explainer.ts b/src/090-the-style-guide/227-setting-up-eslint.explainer.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/228-explicit-any-rule-or-not.problem.ts b/src/090-the-style-guide/228-explicit-any-rule-or-not.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/228-explicit-any-rule-or-not.solution.ts b/src/090-the-style-guide/228-explicit-any-rule-or-not.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/229-explicit-return-types-or-not.problem.ts b/src/090-the-style-guide/229-explicit-return-types-or-not.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/229-explicit-return-types-or-not.solution.ts b/src/090-the-style-guide/229-explicit-return-types-or-not.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/230-any-vs-ts-ignore-vs-ts-expect-error.problem.ts b/src/090-the-style-guide/230-any-vs-ts-ignore-vs-ts-expect-error.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/230-any-vs-ts-ignore-vs-ts-expect-error.solution.ts b/src/090-the-style-guide/230-any-vs-ts-ignore-vs-ts-expect-error.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/231-dont-declare-type-and-value-with-the-same-name.problem.ts b/src/090-the-style-guide/231-dont-declare-type-and-value-with-the-same-name.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/231-dont-declare-type-and-value-with-the-same-name.solution.ts b/src/090-the-style-guide/231-dont-declare-type-and-value-with-the-same-name.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/232-types-vs-interfaces.problem.ts b/src/090-the-style-guide/232-types-vs-interfaces.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/232-types-vs-interfaces.solution.ts b/src/090-the-style-guide/232-types-vs-interfaces.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/233-dont-use-uppercase-function-object-string-boolean-as-types.problem.ts b/src/090-the-style-guide/233-dont-use-uppercase-function-object-string-boolean-as-types.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/233-dont-use-uppercase-function-object-string-boolean-as-types.solution.ts b/src/090-the-style-guide/233-dont-use-uppercase-function-object-string-boolean-as-types.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/234-dont-make-your-types-globally-available-types.problem.ts b/src/090-the-style-guide/234-dont-make-your-types-globally-available-types.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/234-dont-make-your-types-globally-available-types.solution.ts b/src/090-the-style-guide/234-dont-make-your-types-globally-available-types.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/235-how-strict-should-you-configure-ts.problem.ts b/src/090-the-style-guide/235-how-strict-should-you-configure-ts.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/235-how-strict-should-you-configure-ts.solution.ts b/src/090-the-style-guide/235-how-strict-should-you-configure-ts.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/236-dont-unnecessarily-widen-types.problem.ts b/src/090-the-style-guide/236-dont-unnecessarily-widen-types.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/236-dont-unnecessarily-widen-types.solution.ts b/src/090-the-style-guide/236-dont-unnecessarily-widen-types.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/090-the-style-guide/plan.md b/src/090-the-style-guide/plan.md deleted file mode 100644 index fd69a6b..0000000 --- a/src/090-the-style-guide/plan.md +++ /dev/null @@ -1,5 +0,0 @@ -# Title - -Title here! - -## Exercises diff --git a/src/095-migrating-from-javascript/237-strict-file-by-file-vs-ramp-up-strictness.problem.ts b/src/095-migrating-from-javascript/237-strict-file-by-file-vs-ramp-up-strictness.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/237-strict-file-by-file-vs-ramp-up-strictness.solution.ts b/src/095-migrating-from-javascript/237-strict-file-by-file-vs-ramp-up-strictness.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/238-dependencies-first.problem.ts b/src/095-migrating-from-javascript/238-dependencies-first.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/238-dependencies-first.solution.ts b/src/095-migrating-from-javascript/238-dependencies-first.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/239-typing-third-party-modules.problem.ts b/src/095-migrating-from-javascript/239-typing-third-party-modules.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/239-typing-third-party-modules.solution.ts b/src/095-migrating-from-javascript/239-typing-third-party-modules.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/240-madge.problem.ts b/src/095-migrating-from-javascript/240-madge.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/240-madge.solution.ts b/src/095-migrating-from-javascript/240-madge.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/241-understanding-the-structure-of-ts-errors.problem.ts b/src/095-migrating-from-javascript/241-understanding-the-structure-of-ts-errors.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/241-understanding-the-structure-of-ts-errors.solution.ts b/src/095-migrating-from-javascript/241-understanding-the-structure-of-ts-errors.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/242-experiments-with-jsdoc.problem.ts b/src/095-migrating-from-javascript/242-experiments-with-jsdoc.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/242-experiments-with-jsdoc.solution.ts b/src/095-migrating-from-javascript/242-experiments-with-jsdoc.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/243-jsdoc-cannot-pass-types-to-functions.problem.ts b/src/095-migrating-from-javascript/243-jsdoc-cannot-pass-types-to-functions.problem.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/243-jsdoc-cannot-pass-types-to-functions.solution.ts b/src/095-migrating-from-javascript/243-jsdoc-cannot-pass-types-to-functions.solution.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/095-migrating-from-javascript/plan.md b/src/095-migrating-from-javascript/plan.md deleted file mode 100644 index fd69a6b..0000000 --- a/src/095-migrating-from-javascript/plan.md +++ /dev/null @@ -1,5 +0,0 @@ -# Title - -Title here! - -## Exercises