diff --git a/day90/.env b/day90/.env new file mode 100644 index 0000000..89258af --- /dev/null +++ b/day90/.env @@ -0,0 +1 @@ +VITE_VERBOSE = true \ No newline at end of file diff --git a/day90/.eslintrc.json b/day90/.eslintrc.json new file mode 100644 index 0000000..b594ce8 --- /dev/null +++ b/day90/.eslintrc.json @@ -0,0 +1,43 @@ +{ + "env": { + "browser": true, + "es2021": true, + "node": true + }, + "extends": [ + "eslint:recommended", + "plugin:@typescript-eslint/recommended" + ], + "overrides": [], + "parser": "@typescript-eslint/parser", + "parserOptions": { + "ecmaVersion": "latest", + "sourceType": "module" + }, + "plugins": [ + "@typescript-eslint" + ], + "rules": { + "indent": [ + "error", + "tab", + { "SwitchCase": 1 } + ], + "linebreak-style": [ + "error", + "unix" + ], + "quotes": [ + "error", + "single" + ], + "semi": [ + "error", + "always" + ], + "nonblock-statement-body-position": [ + "error", + "beside" + ] + } +} \ No newline at end of file diff --git a/day90/.vscode/settings.json b/day90/.vscode/settings.json new file mode 100644 index 0000000..af6434b --- /dev/null +++ b/day90/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "typescript.tsdk": "node_modules/typescript/lib" +} \ No newline at end of file diff --git a/day90/devto.config.js b/day90/devto.config.js new file mode 100644 index 0000000..cdbbf03 --- /dev/null +++ b/day90/devto.config.js @@ -0,0 +1,4 @@ +export default { + ssr: true, + port: 3000 +}; \ No newline at end of file diff --git a/day90/index.html b/day90/index.html new file mode 100644 index 0000000..915867e --- /dev/null +++ b/day90/index.html @@ -0,0 +1,23 @@ + + + +
+ + + + + + + + +count is even
+count is 0
+count is less than 0
+count is odd
+Im nested
+