Skip to content

Commit

Permalink
refactor: migrate to tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
wan2land committed Feb 4, 2024
1 parent 780ecd4 commit c0c88f4
Show file tree
Hide file tree
Showing 24 changed files with 17,976 additions and 16,918 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.js → .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
{
"env": {
"browser": true,
"es2021": true
Expand All @@ -7,7 +7,8 @@ module.exports = {
"eslint:recommended",
"preact",
"prettier",
"prettier/@typescript-eslint",
"plugin:tailwindcss/recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
Expand All @@ -17,5 +18,6 @@ module.exports = {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"rules": {}
}
6 changes: 5 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"bradlc.vscode-tailwindcss"
]
}
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"source.fixAll": "never",
"source.fixAll.eslint": "explicit"
},
"cSpell.words": ["preact", "sublabel"]
"cSpell.words": ["chengho", "junghwa", "preact", "sublabel", "wdosbox"]
}
Loading

0 comments on commit c0c88f4

Please sign in to comment.