diff --git a/.commitlintrc.js b/.commitlintrc.js index 9de8ae7..6877430 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -1,3 +1,11 @@ +/** + * 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: ['./src/commitlint'], }; diff --git a/.eslintrc.js b/.eslintrc.js index 6e46308..d25f0bf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,11 @@ +/** + * 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: ['./src/eslint/eslint.node'], overrides: [ diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index d360e34..6e7a77c 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -1,3 +1,11 @@ +# +# 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: 'Deploy' description: 'Deploys the application to Fly.io' diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 392bf1a..9041db4 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -1,3 +1,11 @@ +# +# 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: 'Install' description: 'Sets up Node, and installs dependencies' diff --git a/.github/actions/lint/action.yml b/.github/actions/lint/action.yml index 019d75d..30e8e77 100644 --- a/.github/actions/lint/action.yml +++ b/.github/actions/lint/action.yml @@ -1,3 +1,11 @@ +# +# 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: 'Lint Code' description: 'Runs Commitlint, ESLint, and Prettier to ensure code quality.' diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 5d943d9..3fb2f16 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -1,3 +1,11 @@ +# +# 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: 'Vite Test' description: 'Runs Vite tests' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4ec9d2..e20202c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,11 @@ +# +# 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/workflow.deploy.yml b/.github/workflows/workflow.deploy.yml index 45b57ab..1477c08 100644 --- a/.github/workflows/workflow.deploy.yml +++ b/.github/workflows/workflow.deploy.yml @@ -1,3 +1,11 @@ +# +# 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} +# on: workflow_call: diff --git a/.github/workflows/workflow.document.yml b/.github/workflows/workflow.document.yml index 06912a4..5c69f25 100644 --- a/.github/workflows/workflow.document.yml +++ b/.github/workflows/workflow.document.yml @@ -1,3 +1,11 @@ +# +# 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} +# on: workflow_call: diff --git a/.github/workflows/workflow.lint.yml b/.github/workflows/workflow.lint.yml index 5c3a3e2..2efe86d 100644 --- a/.github/workflows/workflow.lint.yml +++ b/.github/workflows/workflow.lint.yml @@ -1,3 +1,11 @@ +# +# 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} +# on: workflow_call: diff --git a/.github/workflows/workflow.release.yml b/.github/workflows/workflow.release.yml index c672892..1b290a9 100644 --- a/.github/workflows/workflow.release.yml +++ b/.github/workflows/workflow.release.yml @@ -1,3 +1,11 @@ +# +# 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} +# permissions: pull-requests: write contents: write diff --git a/.github/workflows/workflow.test.yml b/.github/workflows/workflow.test.yml index 32eecec..1ad1eb3 100644 --- a/.github/workflows/workflow.test.yml +++ b/.github/workflows/workflow.test.yml @@ -1,3 +1,11 @@ +# +# 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} +# on: workflow_call: diff --git a/.husky/commit-msg b/.husky/commit-msg index a6fefe9..2e6b87e 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - pnpm exec commitlint --edit "$1" diff --git a/.releaserc.js b/.releaserc.js index e04dcdd..6cb535b 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -1 +1,9 @@ +/** + * 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 = require('./src/semantic-release/semanticRelease.npm'); diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..1ad1e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6fe06e7..ce99666 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,12 @@ + + # Contributing Thanks for your willingness to contribute! Please make sure to check with us before doing a bunch of diff --git a/README.md b/README.md index 1420694..45b4d6b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ + + # Kurocado Studio Style Guide [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://kurocado-studio.github.io/styleguide/contributing.html) diff --git a/Writerside/codeSnippets/ci.yml b/Writerside/codeSnippets/ci.yml index a93b74c..39b030a 100644 --- a/Writerside/codeSnippets/ci.yml +++ b/Writerside/codeSnippets/ci.yml @@ -1,3 +1,11 @@ +# +# 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/Writerside/topics/CODE-OF-CONDUCT.md b/Writerside/topics/CODE-OF-CONDUCT.md index 393811b..fe62578 100644 --- a/Writerside/topics/CODE-OF-CONDUCT.md +++ b/Writerside/topics/CODE-OF-CONDUCT.md @@ -1,3 +1,12 @@ + + # Code of Conduct ![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg) diff --git a/Writerside/topics/CONTRIBUTING.md b/Writerside/topics/CONTRIBUTING.md index 839fbbf..2f612df 100644 --- a/Writerside/topics/CONTRIBUTING.md +++ b/Writerside/topics/CONTRIBUTING.md @@ -1,3 +1,12 @@ + + # Contributing Thank you for your interest in contributing! We appreciate your efforts to help improve and maintain diff --git a/Writerside/topics/Code-Quality.md b/Writerside/topics/Code-Quality.md index 38a60c6..42c987b 100644 --- a/Writerside/topics/Code-Quality.md +++ b/Writerside/topics/Code-Quality.md @@ -1,3 +1,12 @@ + + # Code Quality Workflow ## Prerequisites diff --git a/Writerside/topics/Deploy-Workflow.md b/Writerside/topics/Deploy-Workflow.md index 3dab593..29567b6 100644 --- a/Writerside/topics/Deploy-Workflow.md +++ b/Writerside/topics/Deploy-Workflow.md @@ -1,3 +1,12 @@ + + # Deploy Workflow ## Prerequisites diff --git a/Writerside/topics/Github-Actions.md b/Writerside/topics/Github-Actions.md index 97b4e51..cc09688 100644 --- a/Writerside/topics/Github-Actions.md +++ b/Writerside/topics/Github-Actions.md @@ -1,3 +1,12 @@ + + # GitHub Actions 1. **[Release Workflow](Release.md)**: Automates the release process, including versioning, diff --git a/Writerside/topics/Guides.md b/Writerside/topics/Guides.md index e510070..4b368a1 100644 --- a/Writerside/topics/Guides.md +++ b/Writerside/topics/Guides.md @@ -1,3 +1,12 @@ + + # Guides ## Prerequisites diff --git a/Writerside/topics/How-To-Install-Commitlint.md b/Writerside/topics/How-To-Install-Commitlint.md index 34e2d90..e47cc10 100644 --- a/Writerside/topics/How-To-Install-Commitlint.md +++ b/Writerside/topics/How-To-Install-Commitlint.md @@ -1,3 +1,12 @@ + + # How To Install Commitlint ## Prerequisites diff --git a/Writerside/topics/How-To-Install-ESLint.md b/Writerside/topics/How-To-Install-ESLint.md index 3165b4d..9896a6d 100644 --- a/Writerside/topics/How-To-Install-ESLint.md +++ b/Writerside/topics/How-To-Install-ESLint.md @@ -1,3 +1,12 @@ + + # How To Install ESLint ## Prerequisites diff --git a/Writerside/topics/How-To-Install-Prettier.md b/Writerside/topics/How-To-Install-Prettier.md index dfb078e..8c4ce36 100644 --- a/Writerside/topics/How-To-Install-Prettier.md +++ b/Writerside/topics/How-To-Install-Prettier.md @@ -1,3 +1,12 @@ + + # How To Install Prettier ## Prerequisites diff --git a/Writerside/topics/How-To-Install-Semantic-Release.md b/Writerside/topics/How-To-Install-Semantic-Release.md index 0b0becc..d59a28f 100644 --- a/Writerside/topics/How-To-Install-Semantic-Release.md +++ b/Writerside/topics/How-To-Install-Semantic-Release.md @@ -1,3 +1,12 @@ + + # How To Install Semantic Release ## Prerequisites diff --git a/Writerside/topics/How-To-Install-Typescript.md b/Writerside/topics/How-To-Install-Typescript.md index 657c8be..dea9bac 100644 --- a/Writerside/topics/How-To-Install-Typescript.md +++ b/Writerside/topics/How-To-Install-Typescript.md @@ -1,3 +1,12 @@ + + # How To Install TypeScript ## Prerequisites diff --git a/Writerside/topics/How-To-Install-Vitest.md b/Writerside/topics/How-To-Install-Vitest.md index 6e31350..5322a81 100644 --- a/Writerside/topics/How-To-Install-Vitest.md +++ b/Writerside/topics/How-To-Install-Vitest.md @@ -1,3 +1,12 @@ + + # How To Install Vitest ## Prerequisites diff --git a/Writerside/topics/Release.md b/Writerside/topics/Release.md index c784ec6..5e3469d 100644 --- a/Writerside/topics/Release.md +++ b/Writerside/topics/Release.md @@ -1,3 +1,12 @@ + + # Release Workflow ## Prerequisites diff --git a/Writerside/topics/Templates.md b/Writerside/topics/Templates.md index d93c969..c7d8549 100644 --- a/Writerside/topics/Templates.md +++ b/Writerside/topics/Templates.md @@ -1,3 +1,12 @@ + + # Templates ## NestJS Template diff --git a/Writerside/topics/Test-Workflow.md b/Writerside/topics/Test-Workflow.md index 1972911..ee116ac 100644 --- a/Writerside/topics/Test-Workflow.md +++ b/Writerside/topics/Test-Workflow.md @@ -1,3 +1,12 @@ + + # Test Workflow ## Prerequisites diff --git a/Writerside/topics/Writerside.md b/Writerside/topics/Writerside.md index b79b1ed..2dab355 100644 --- a/Writerside/topics/Writerside.md +++ b/Writerside/topics/Writerside.md @@ -1,3 +1,12 @@ + + # Writerside Documentation Workflow ## Prerequisites diff --git a/Writerside/topics/starter-topic.md b/Writerside/topics/starter-topic.md index f432274..78a0154 100644 --- a/Writerside/topics/starter-topic.md +++ b/Writerside/topics/starter-topic.md @@ -1,3 +1,12 @@ + + # Kurocado Studio Styleguide diff --git a/package.json b/package.json index 2edf22c..ec0821f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "commitlint": "pnpm exec commitlint --edit", "eslint-check": "eslint --max-warnings=0 .", "prepare": "husky install", - "prettier-check": "prettier --check .", + "prettier-check": "prettier --check . ", "prettier-fix": "prettier --check . --write", "semantic-release": "semantic-release", "test": "echo \"no test specified\" && exit 0", diff --git a/prettier.config.js b/prettier.config.js index 2dfb2d5..60d6f13 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -1 +1,9 @@ +/** + * 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 = require('./src/prettier'); diff --git a/src/commitlint/index.js b/src/commitlint/index.js index 05b6801..2648908 100644 --- a/src/commitlint/index.js +++ b/src/commitlint/index.js @@ -1,3 +1,11 @@ +/** + * 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: ['@commitlint/config-conventional'], rules: { diff --git a/src/eslint/constants.js b/src/eslint/constants.js index aa01506..f3800dd 100644 --- a/src/eslint/constants.js +++ b/src/eslint/constants.js @@ -1,3 +1,11 @@ +/** + * 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} + */ const SPEC_PREFIX = 'spec'; const TEST_PREFIX = 'test'; diff --git a/src/eslint/eslint.base.js b/src/eslint/eslint.base.js index c1b4a4e..19fbf5e 100644 --- a/src/eslint/eslint.base.js +++ b/src/eslint/eslint.base.js @@ -1,3 +1,11 @@ +/** + * 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} + */ const { ECMA_VERSION, JAVASCRIPT_FILES, diff --git a/src/eslint/eslint.browser.js b/src/eslint/eslint.browser.js index 69a14aa..587d966 100644 --- a/src/eslint/eslint.browser.js +++ b/src/eslint/eslint.browser.js @@ -1,3 +1,11 @@ +/** + * 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 = { env: { browser: true, diff --git a/src/eslint/eslint.node.js b/src/eslint/eslint.node.js index cf3e48b..963809b 100644 --- a/src/eslint/eslint.node.js +++ b/src/eslint/eslint.node.js @@ -1,3 +1,11 @@ +/** + * 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 = { env: { node: true, diff --git a/src/eslint/eslint.react.js b/src/eslint/eslint.react.js index 5623a15..f30d1a5 100644 --- a/src/eslint/eslint.react.js +++ b/src/eslint/eslint.react.js @@ -1,3 +1,11 @@ +/** + * 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: [ 'plugin:react/recommended', diff --git a/src/eslint/rules/base/bestPractice.js b/src/eslint/rules/base/bestPractice.js index 7f745fc..d70bdcf 100644 --- a/src/eslint/rules/base/bestPractice.js +++ b/src/eslint/rules/base/bestPractice.js @@ -1,3 +1,11 @@ +/** + * 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 = { rules: { /** diff --git a/src/eslint/rules/base/es6.js b/src/eslint/rules/base/es6.js index afea182..096f4bf 100644 --- a/src/eslint/rules/base/es6.js +++ b/src/eslint/rules/base/es6.js @@ -1,3 +1,11 @@ +/** + * 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 = { rules: { /** diff --git a/src/eslint/rules/base/import.js b/src/eslint/rules/base/import.js index f76136c..74d3564 100644 --- a/src/eslint/rules/base/import.js +++ b/src/eslint/rules/base/import.js @@ -1,3 +1,11 @@ +/** + * 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 = { rules: { /** diff --git a/src/eslint/rules/base/index.js b/src/eslint/rules/base/index.js index b1b7bbc..be92e4c 100644 --- a/src/eslint/rules/base/index.js +++ b/src/eslint/rules/base/index.js @@ -1,3 +1,11 @@ +/** + * 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} + */ const bestPracticeRules = require('./bestPractice'); const es6Rules = require('./es6'); const importRules = require('./import'); diff --git a/src/eslint/rules/base/possibleErrors.js b/src/eslint/rules/base/possibleErrors.js index e2e492f..e996230 100644 --- a/src/eslint/rules/base/possibleErrors.js +++ b/src/eslint/rules/base/possibleErrors.js @@ -1,3 +1,11 @@ +/** + * 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 = { rules: { /** diff --git a/src/eslint/rules/base/stylistic.js b/src/eslint/rules/base/stylistic.js index 3b8b7c5..a7cfb34 100644 --- a/src/eslint/rules/base/stylistic.js +++ b/src/eslint/rules/base/stylistic.js @@ -1,3 +1,11 @@ +/** + * 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 = { rules: { /** diff --git a/src/eslint/rules/base/unicorn.js b/src/eslint/rules/base/unicorn.js index 21cbd11..1890597 100644 --- a/src/eslint/rules/base/unicorn.js +++ b/src/eslint/rules/base/unicorn.js @@ -1,3 +1,11 @@ +/** + * 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 = { overrides: [ { diff --git a/src/eslint/rules/base/variables.js b/src/eslint/rules/base/variables.js index 5fd34a2..064290e 100644 --- a/src/eslint/rules/base/variables.js +++ b/src/eslint/rules/base/variables.js @@ -1,3 +1,11 @@ +/** + * 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 = { rules: { 'no-label-var': 'error', diff --git a/src/eslint/rules/commitlint/index.js b/src/eslint/rules/commitlint/index.js index 772bef8..1016c75 100644 --- a/src/eslint/rules/commitlint/index.js +++ b/src/eslint/rules/commitlint/index.js @@ -1,3 +1,11 @@ +/** + * 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 = { rules: { 'body-max-line-length': [0, 'always', 200], diff --git a/src/eslint/rules/playwright/index.js b/src/eslint/rules/playwright/index.js index f4e37d5..21974a8 100644 --- a/src/eslint/rules/playwright/index.js +++ b/src/eslint/rules/playwright/index.js @@ -1,3 +1,11 @@ +/** + * 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} + */ // Source: https://github.com/playwright-community/eslint-plugin-playwright/blob/v1.5.1/src/index.ts#L101-L129 module.exports = { rules: { diff --git a/src/eslint/rules/react/index.js b/src/eslint/rules/react/index.js index 1811cfe..c3d06dd 100644 --- a/src/eslint/rules/react/index.js +++ b/src/eslint/rules/react/index.js @@ -1,3 +1,11 @@ +/** + * 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} + */ const jsxA11yRules = require('./jsxA11y'); module.exports = { diff --git a/src/eslint/rules/react/jsxA11y.js b/src/eslint/rules/react/jsxA11y.js index 63609d9..37f60e3 100644 --- a/src/eslint/rules/react/jsxA11y.js +++ b/src/eslint/rules/react/jsxA11y.js @@ -1,3 +1,11 @@ +/** + * 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} + */ /** * These are enabled by `jsx-a11y/recommended`, but we've made the decision to * disable them. diff --git a/src/eslint/rules/typescript/extension.js b/src/eslint/rules/typescript/extension.js index 8abb17a..0758eb2 100644 --- a/src/eslint/rules/typescript/extension.js +++ b/src/eslint/rules/typescript/extension.js @@ -1,3 +1,11 @@ +/** + * 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} + */ // These share identical configuration options, so we want to keep them in sync. const noUnusedVarsConfig = require('../variables').rules['no-unused-vars']; diff --git a/src/eslint/rules/typescript/import.js b/src/eslint/rules/typescript/import.js index 146f73e..f0b101f 100644 --- a/src/eslint/rules/typescript/import.js +++ b/src/eslint/rules/typescript/import.js @@ -1,3 +1,11 @@ +/** + * 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} + */ /** * These are enabled by `import/recommended`, but are better handled by * TypeScript and typescript-eslint. diff --git a/src/eslint/rules/typescript/index.js b/src/eslint/rules/typescript/index.js index 639f9af..1537194 100644 --- a/src/eslint/rules/typescript/index.js +++ b/src/eslint/rules/typescript/index.js @@ -1,3 +1,11 @@ +/** + * 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} + */ const extensionRules = require('./extension'); const importRules = require('./import'); diff --git a/src/eslint/rules/vitest/index.js b/src/eslint/rules/vitest/index.js index 48e2c0a..d1605ac 100644 --- a/src/eslint/rules/vitest/index.js +++ b/src/eslint/rules/vitest/index.js @@ -1,3 +1,11 @@ +/** + * 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 = { rules: { /** diff --git a/src/eslint/utils/requirePackage.js b/src/eslint/utils/requirePackage.js index d4719c1..8f19b60 100644 --- a/src/eslint/utils/requirePackage.js +++ b/src/eslint/utils/requirePackage.js @@ -1,3 +1,11 @@ +/** + * 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} + */ // @ts-check const pkgJson = require('../../../package.json'); diff --git a/src/prettier/index.js b/src/prettier/index.js index 5376c53..8c1809e 100644 --- a/src/prettier/index.js +++ b/src/prettier/index.js @@ -1,3 +1,11 @@ +/** + * 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} + */ /** * Some of the defaults can be overridden by an EditorConfig file. We define those here to ensure that doesn't happen. * See: https://github.com/prettier/prettier/blob/main/docs/configuration.md#editorconfig diff --git a/src/semantic-release/base.js b/src/semantic-release/base.js index 3c30b07..68fdbe1 100644 --- a/src/semantic-release/base.js +++ b/src/semantic-release/base.js @@ -1,3 +1,11 @@ +/** + * 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 = { branches: [ 'main', diff --git a/src/semantic-release/semanticRelease.app.js b/src/semantic-release/semanticRelease.app.js index 208a5be..c2f59e6 100644 --- a/src/semantic-release/semanticRelease.app.js +++ b/src/semantic-release/semanticRelease.app.js @@ -1,3 +1,11 @@ +/** + * 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} + */ const baseConfig = require('./base'); module.exports = { diff --git a/src/semantic-release/semanticRelease.npm.js b/src/semantic-release/semanticRelease.npm.js index 22c11dd..9a346c7 100644 --- a/src/semantic-release/semanticRelease.npm.js +++ b/src/semantic-release/semanticRelease.npm.js @@ -1,3 +1,11 @@ +/** + * 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} + */ const baseAppConfig = require('./semanticRelease.app'); module.exports = { diff --git a/src/vite/config.js b/src/vite/config.js index 246c8b4..6d9ce7d 100644 --- a/src/vite/config.js +++ b/src/vite/config.js @@ -1,3 +1,11 @@ +/** + * 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} + */ import tsconfigPaths from 'vite-tsconfig-paths'; export const viteConfig = { diff --git a/src/vite/setup.node.js b/src/vite/setup.node.js index 0740e65..6f49f4d 100644 --- a/src/vite/setup.node.js +++ b/src/vite/setup.node.js @@ -1,3 +1,11 @@ +/** + * 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} + */ import { config } from 'dotenv'; config({ path: '.env.test' }); diff --git a/src/vite/setup.web.js b/src/vite/setup.web.js index c133249..199fa9a 100644 --- a/src/vite/setup.web.js +++ b/src/vite/setup.web.js @@ -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} + */ + /* eslint @typescript-eslint/no-unsafe-member-access: 0 */ import '@testing-library/jest-dom/vitest'; import { config } from 'dotenv'; diff --git a/src/vite/vite.node.js b/src/vite/vite.node.js index e3ba477..97b5da3 100644 --- a/src/vite/vite.node.js +++ b/src/vite/vite.node.js @@ -1,3 +1,11 @@ +/** + * 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} + */ import { viteConfig } from './config'; module.exports = { diff --git a/src/vite/vite.npm.js b/src/vite/vite.npm.js index 8b2494e..142ba3a 100644 --- a/src/vite/vite.npm.js +++ b/src/vite/vite.npm.js @@ -1,3 +1,11 @@ +/** + * 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} + */ import fs from 'node:fs'; import path from 'node:path'; import dts from 'vite-plugin-dts'; diff --git a/src/vite/vite.web.js b/src/vite/vite.web.js index 51bbff6..67627ea 100644 --- a/src/vite/vite.web.js +++ b/src/vite/vite.web.js @@ -1,3 +1,11 @@ +/** + * 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} + */ import { vitePlugin as remixVitePlugin } from '@remix-run/dev'; import { viteConfig } from './config';