From 60b8f18ce4b265b1f348f310627c59f4c70f470b Mon Sep 17 00:00:00 2001 From: Carlos Santiago <5726971+csantiago132@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:16:49 -0600 Subject: [PATCH] chore(config): adds copyright --- .commitlintrc.cjs | 9 +++++++++ .eslintrc.cjs | 9 +++++++++ .github/workflows/ci.yml | 9 +++++++++ .github/workflows/dependabot.yml | 11 ++++++++--- .prettierrc.cjs | 9 +++++++++ README.md | 9 +++++++++ Writerside/topics/starter-topic.md | 9 +++++++++ app/glodal.d.ts | 9 +++++++++ app/root.tsx | 9 +++++++++ app/routes/_index.tsx | 9 +++++++++ app/tailwind.css | 9 +++++++++ entry.worker.js | 8 ++++++++ tailwind.config.ts | 9 +++++++++ vite.config.ts | 8 ++++++++ 14 files changed, 123 insertions(+), 3 deletions(-) diff --git a/.commitlintrc.cjs b/.commitlintrc.cjs index 7a620a5..b93296c 100644 --- a/.commitlintrc.cjs +++ b/.commitlintrc.cjs @@ -1,3 +1,12 @@ +/** + * Made with ❤️ and adobo by Kurocado Studio + * Copyright (c) 2024. All Rights Reserved. + * + * Learn more about Kurocado Studio: {@link https://www.kurocado.studio} + * + * Explore our open-source projects: {@link https://github.com/kurocado-studio} + */ + module.exports = { extends: ['@kurocado-studio/styleguide/commitlint'], }; diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 9435035..6a1892b 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,3 +1,12 @@ +/** + * Made with ❤️ and adobo by Kurocado Studio + * Copyright (c) 2024. All Rights Reserved. + * + * Learn more about Kurocado Studio: {@link https://www.kurocado.studio} + * + * Explore our open-source projects: {@link https://github.com/kurocado-studio} + */ + module.exports = { extends: [ require.resolve('@kurocado-studio/styleguide/eslint/node'), diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ead7b12..d2f9845 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,12 @@ +# +# Made with ❤️ and adobo by Kurocado Studio +# Copyright (c) 2024. All Rights Reserved. +# +# Learn more about Kurocado Studio: {@link https://www.kurocado.studio} +# +# Explore our open-source projects: {@link https://github.com/kurocado-studio} +# + name: CI/CD Pipeline permissions: diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 14b5dd7..fb784fc 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,6 +1,11 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: +# +# Made with ❤️ and adobo by Kurocado Studio +# Copyright (c) 2024. All Rights Reserved. +# +# Learn more about Kurocado Studio: {@link https://www.kurocado.studio} +# +# Explore our open-source projects: {@link https://github.com/kurocado-studio} +# # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 8234bd0..56b5574 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,3 +1,12 @@ +/** + * Made with ❤️ and adobo by Kurocado Studio + * Copyright (c) 2024. All Rights Reserved. + * + * Learn more about Kurocado Studio: {@link https://www.kurocado.studio} + * + * Explore our open-source projects: {@link https://github.com/kurocado-studio} + */ + module.exports = { plugins: ['prettier-plugin-tailwindcss'], ...require('@kurocado-studio/styleguide/prettier'), diff --git a/README.md b/README.md index 93e1a06..bc5123b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ + + # Welcome to Remix! - [Remix Docs](https://remix.run/docs) diff --git a/Writerside/topics/starter-topic.md b/Writerside/topics/starter-topic.md index 7900754..b618a1a 100644 --- a/Writerside/topics/starter-topic.md +++ b/Writerside/topics/starter-topic.md @@ -1,3 +1,12 @@ + + # About Styleguide Remix Template