-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: 🤖 bump all devDependencies to latest
- Loading branch information
1 parent
d2d7e10
commit 7925b16
Showing
8 changed files
with
729 additions
and
936 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
module.exports = { | ||
extends: [ | ||
'jimmy-guzman', | ||
'jimmy-guzman/typescript', | ||
'jimmy-guzman/react', | ||
'jimmy-guzman/vitest', | ||
'jimmy-guzman/testing-library', | ||
], | ||
parserOptions: { | ||
project: ['./tsconfig.json', './tsconfig.node.json'], | ||
}, | ||
rules: { | ||
// https://vitejs.dev/guide/assets.html#the-public-directory | ||
'import/no-absolute-path': 'off', | ||
'import/no-unresolved': ['error', { ignore: ['\\.svg$'] }], | ||
'import/no-anonymous-default-export': 'off', | ||
|
||
'@typescript-eslint/explicit-module-boundary-types': 'off', | ||
}, | ||
overrides: [ | ||
{ | ||
files: ['**/e2e/**/*.[jt]s?(x)'], | ||
rules: { | ||
'jest/no-done-callback': 'off', | ||
'jest/require-hook': 'off', | ||
'testing-library/prefer-screen-queries': 'off', | ||
}, | ||
}, | ||
], | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/** @type {import("prettier").Options} */ | ||
export default { | ||
$schema: 'http://json.schemastore.org/prettierrc', | ||
semi: false, | ||
singleQuote: true, | ||
printWidth: 80, | ||
jsxSingleQuote: true, | ||
arrowParens: 'always', | ||
trailingComma: 'es5', | ||
quoteProps: 'consistent', | ||
plugins: ['prettier-plugin-tailwindcss'], | ||
overrides: [ | ||
{ | ||
files: 'pnpm-lock.yaml', | ||
options: { | ||
rangeEnd: 0, | ||
}, | ||
}, | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
7925b16
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
react-starter – ./
react-starter-plum.vercel.app
react-starter-git-main-jimmy-guzman.vercel.app
react-starter-jimmy-guzman.vercel.app