Skip to content

Commit 20b9956

Browse files
committed
rename to GitHub One Monokai
1 parent d74ba72 commit 20b9956

File tree

57 files changed

+1665
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1665
-65
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
node_modules
3+
/build
4+
*.config.js

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
node_modules
3+
pnpm-lock.yaml

.prettierrc.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tabWidth: 4
2+
plugins:
3+
- prettier-plugin-tailwindcss
4+
trailingComma: "all"
5+
pluginSearchDirs: false

.stylelintrc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
extends:
2+
- stylelint-config-recommended-scss
3+
rules:
4+
scss/at-rule-no-unknown: [true, { ignoreAtRules: ["tailwind"] }]

0 commit comments

Comments
 (0)