feat(app && tests): refactor
This commit is contained in:
1
repo/0-tools-eslint/src/index.ts
Normal file
1
repo/0-tools-eslint/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
import jsEslintConfig from './javascript-eslint-config.ts';
|
||||
@@ -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;
|
||||
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
vueEslintConfig = {
|
||||
extends: [
|
||||
"eslint:recommended",
|
||||
"plugin:vue/vue3-recommended",
|
||||
Reference in New Issue
Block a user