Skip to content

Commit

Permalink
Merge pull request #33 from k-urtica/feat/upgrade-nuxt3
Browse files Browse the repository at this point in the history
Feat/upgrade nuxt3
  • Loading branch information
k-urtica authored Aug 19, 2023
2 parents 0d49ab7 + 393a729 commit 2aef9f1
Show file tree
Hide file tree
Showing 57 changed files with 3,755 additions and 9,261 deletions.
10 changes: 2 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ module.exports = {
browser: true,
node: true,
},
extends: [
'@nuxtjs/eslint-config-typescript',
'plugin:nuxt/recommended',
'prettier',
],
extends: ['eslint:recommended', '@nuxt/eslint-config', 'prettier'],
plugins: [],
rules: {
'vue/max-attributes-per-line': 'off',
},
rules: {},
};
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ sw.*

# Vim swap files
*.swp

.output
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
dist
.github
static
.output
7 changes: 5 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"semi": true,
"arrowParens": "always",
"singleQuote": true
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 90,
"endOfLine": "lf",
"plugins": ["prettier-plugin-tailwindcss"]
}
48 changes: 0 additions & 48 deletions components/AppLink.vue

This file was deleted.

32 changes: 0 additions & 32 deletions components/MdiIcon.vue

This file was deleted.

115 changes: 0 additions & 115 deletions components/SkillLists.vue

This file was deleted.

78 changes: 0 additions & 78 deletions components/pictureLists.vue

This file was deleted.

Loading

0 comments on commit 2aef9f1

Please sign in to comment.