diff --git a/.eslintrc.js b/.eslintrc.js index cfcad8d..997d5f2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -4,7 +4,6 @@ module.exports = { es2021: true, }, extends: [ - 'plugin:vue/strongly-recommended', 'xo-space', ], parserOptions: { @@ -12,7 +11,6 @@ module.exports = { sourceType: 'module', }, plugins: [ - 'vue', ], rules: { }, diff --git a/components/MadeWithLove.jsx b/components/MadeWithLove.jsx new file mode 100644 index 0000000..809f3da --- /dev/null +++ b/components/MadeWithLove.jsx @@ -0,0 +1,32 @@ +function MadeWithLove() { + return ( + <> +
+ Made with + + in Indonesia. +
++ Source code available on Github. +
+- Made with in Indonesia. -
-- Source code available on Github. -
-+ Not a CS student, don't work in IT industry, but most of the time I do web development. Always love to be working on a cool project 😉 +
+ + + + +- Not a CS student, don't work in IT industry, but most of the time I do web development. Always love to be working on a cool project 😉 -
- - - - -