diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c6e77f..001379c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,9 @@ name: Cypress Tests -on: [push] +on: + push: + branches: + - main jobs: cypress-run: diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 7967c6b..d0afabd 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,16 +1,14 @@ module.exports = { - "useTabs": false, - "tabWidth": 2, - "endOfLine": "lf", - "trailingComma": "none", - "semi": true, - "singleQuote": true, - "bracketSpacing": true, - "importOrder": ["^@core/(.*)$", "^[./]"], - "cssDeclarationSorterKeepOverrides": false, - "plugins": [ - "@trivago/prettier-plugin-sort-imports", - "prettier-plugin-css-order", - "prettier-plugin-tailwindcss" + useTabs: false, + tabWidth: 2, + endOfLine: 'lf', + trailingComma: 'none', + semi: true, + singleQuote: true, + cssDeclarationSorterKeepOverrides: false, + plugins: [ + '@trivago/prettier-plugin-sort-imports', + 'prettier-plugin-css-order', + 'prettier-plugin-tailwindcss' ] -} +}; diff --git a/.vscode/settings.json b/.vscode/settings.json index 1b6457c..a9dc161 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,10 @@ { "editor.formatOnSave": true, - "editor.defaultFormatter": "esbenp.prettier-vscode" + "editor.defaultFormatter": "esbenp.prettier-vscode", + "files.associations": { + "*.css": "tailwindcss" + }, + "editor.quickSuggestions": { + "strings": "on" + } } diff --git a/index.html b/index.html index 49ff2fa..0312ff6 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@