Remove JS

This commit is contained in:
Carlos Buenosvinos
2022-01-27 00:01:10 +01:00
parent 102f9c2136
commit 3e7e78dbfd
1057 changed files with 4 additions and 13069 deletions

View File

@@ -1,3 +0,0 @@
> 1%
last 2 versions
not dead

View File

@@ -1,20 +0,0 @@
module.exports = {
root: true,
env: {
node: true,
},
extends: [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript/recommended",
"@vue/prettier",
"@vue/prettier/@typescript-eslint",
],
parserOptions: {
ecmaVersion: 2020,
},
rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
},
};

8
.gitignore vendored
View File

@@ -16,14 +16,6 @@
###> application ###
infection.log
###< application ###
###> symfony/webpack-encore-bundle ###
/node_modules/
/public/build/
npm-debug.log
yarn-error.log
###< symfony/webpack-encore-bundle ###
###> php-cs-fixer ###
.php-cs-fixer.cache
###< php-cs-fixer ###

View File

@@ -1,3 +0,0 @@
# Ignore artifacts:
build
coverage

View File

@@ -1 +0,0 @@
{}

Some files were not shown because too many files have changed in this diff Show More