feat(app && tests): refactor

This commit is contained in:
2024-03-28 10:31:29 +03:00
parent 49626cb681
commit 6e6e5311b0
96 changed files with 946 additions and 928 deletions

View File

@@ -0,0 +1 @@
import jsEslintConfig from './javascript-eslint-config.ts';

View File

@@ -1,4 +1,4 @@
module.exports = {
let tsEslintConfig = {
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
@@ -15,3 +15,5 @@ module.exports = {
"@typescript-eslint/ban-types": 'off',
},
}
export default tsEslintConfig;

View File

@@ -1,4 +1,4 @@
module.exports = {
vueEslintConfig = {
extends: [
"eslint:recommended",
"plugin:vue/vue3-recommended",