-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lint): fix recommended oxlint rules and config
- Loading branch information
1 parent
04fb406
commit 86ed2d8
Showing
5 changed files
with
45 additions
and
43 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
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
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,38 +1,38 @@ | ||
/* Raw colours */ | ||
:root { | ||
--color-amber-50: #fffbeb; | ||
--color-amber-50-15: rgba(var(--color-amber-50), 0.15); | ||
--color-amber-50-30: rgba(var(--color-amber-50), 0.30); | ||
--color-amber-50-75: rgba(var(--color-amber-50), 0.75); | ||
--color-amber-100: #fef3c7; | ||
--color-amber-600: #d97706; | ||
--color-amber-700: #b45309; | ||
--color-red-500: #ff0000; | ||
--color-red-600: #dc2626; | ||
--color-red-700: #b91c1c; | ||
--color-yellow-400: #facc15; | ||
--color-yellow-500: #eab308; | ||
--color-nmit-yellow: #faff00; | ||
--color-nmit-turquoise: #00ffe0; | ||
--color-nmit-dark-turquoise: #00caff; | ||
--color-nmit-green: #9eff00; | ||
--color-fuchsia-100: #fae8ff; | ||
--color-fuchsia-200: #f5d0fe; | ||
--color-fuchsia-200-80: rgba(var(--color-fuchsia-200), 0.80); | ||
--color-fuchsia-300: #f1b9ff; | ||
--color-fuchsia-400: #e879f9; | ||
--color-fuchsia-600: #c026d3; | ||
--color-fuchsia-600-30: rgba(var(--color-fuchsia-600), 0.30); | ||
--color-fuchsia-600-50: rgba(var(--color-fuchsia-600), 0.50); | ||
--color-fuchsia-900: #701a75; | ||
--color-fuchsia-950: #4a044e; | ||
--color-fuchsia-950-50: rgba(var(--color-fuchsia-950), 0.50); | ||
--color-fuchsia-950-75: rgba(var(--color-fuchsia-950), 0.75); | ||
--color-stone-50: #fafaf9; | ||
--color-stone-400: #a8a29e; | ||
--color-stone-500: #78716c; | ||
--color-stone-600: #57534e; | ||
--color-stone-800: #292524; | ||
--color-stone-900: #1c1917; | ||
--color-stone-950: #0a0a0a; | ||
} | ||
/* Raw colours */ | ||
:root { | ||
--color-amber-50: #fffbeb; | ||
--color-amber-50-15: rgba(var(--color-amber-50), 0.15); | ||
--color-amber-50-30: rgba(var(--color-amber-50), 0.3); | ||
--color-amber-50-75: rgba(var(--color-amber-50), 0.75); | ||
--color-amber-100: #fef3c7; | ||
--color-amber-600: #d97706; | ||
--color-amber-700: #b45309; | ||
--color-red-500: #ff0000; | ||
--color-red-600: #dc2626; | ||
--color-red-700: #b91c1c; | ||
--color-yellow-400: #facc15; | ||
--color-yellow-500: #eab308; | ||
--color-nmit-yellow: #faff00; | ||
--color-nmit-turquoise: #00ffe0; | ||
--color-nmit-dark-turquoise: #00caff; | ||
--color-nmit-green: #9eff00; | ||
--color-fuchsia-100: #fae8ff; | ||
--color-fuchsia-200: #f5d0fe; | ||
--color-fuchsia-200-80: rgba(var(--color-fuchsia-200), 0.8); | ||
--color-fuchsia-300: #f1b9ff; | ||
--color-fuchsia-400: #e879f9; | ||
--color-fuchsia-600: #c026d3; | ||
--color-fuchsia-600-30: rgba(var(--color-fuchsia-600), 0.3); | ||
--color-fuchsia-600-50: rgba(var(--color-fuchsia-600), 0.5); | ||
--color-fuchsia-900: #701a75; | ||
--color-fuchsia-950: #4a044e; | ||
--color-fuchsia-950-50: rgba(var(--color-fuchsia-950), 0.5); | ||
--color-fuchsia-950-75: rgba(var(--color-fuchsia-950), 0.75); | ||
--color-stone-50: #fafaf9; | ||
--color-stone-400: #a8a29e; | ||
--color-stone-500: #78716c; | ||
--color-stone-600: #57534e; | ||
--color-stone-800: #292524; | ||
--color-stone-900: #1c1917; | ||
--color-stone-950: #0a0a0a; | ||
} |
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
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
86ed2d8
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:
web – ./apps/legacy_nmit
web-naucmeits-projects.vercel.app
naucme.it
web-git-master-naucmeits-projects.vercel.app