diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index c507a806..00000000 --- a/.eslintrc.js +++ /dev/null @@ -1,17 +0,0 @@ -module.exports = { - root: true, - env: { - node: true, - }, - extends: [ - 'plugin:vue/essential', - ], - rules: { - 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', - 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', - }, - parserOptions: { - parser: 'babel-eslint', - }, - plugins: ['only-warn'], -}; diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 187d31c0..00000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "src/wiki"] - path = src/wiki - url = https://github.com/LuckPerms/wiki diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index b09a7c91..00000000 --- a/babel.config.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - presets: [ - '@vue/cli-plugin-babel/preset', - ], - plugins: [ - '@babel/plugin-proposal-optional-chaining', - ], -}; diff --git a/public/index.html b/index.html similarity index 78% rename from public/index.html rename to index.html index 51d41a89..9200ca16 100644 --- a/public/index.html +++ b/index.html @@ -4,19 +4,19 @@ - - - + + +