diff --git a/.eslintrc b/.eslintrc index cd0b772..f5140a1 100644 --- a/.eslintrc +++ b/.eslintrc @@ -23,9 +23,6 @@ "space-before-blocks": ["error", "always"], "space-infix-ops": ["error", { "int32Hint": false }], - // Typescript - "@typescript-eslint/type-annotation-spacing": "error", - // Vuejs "vue/multi-word-component-names": 0, "vue/html-indent": ["error", 2], diff --git a/LICENCE.md b/LICENCE.md new file mode 100644 index 0000000..5c93f45 --- /dev/null +++ b/LICENCE.md @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/components/AnimatedFish.vue b/components/AnimatedFish.vue deleted file mode 100644 index 4956e3d..0000000 --- a/components/AnimatedFish.vue +++ /dev/null @@ -1,208 +0,0 @@ - - - - - diff --git a/components/ColorModeButton.vue b/components/ColorModeButton.vue index fd7db08..45e9f0a 100644 --- a/components/ColorModeButton.vue +++ b/components/ColorModeButton.vue @@ -1,6 +1,6 @@