Barely working

This commit is contained in:
2021-12-30 01:30:40 +03:00
parent e6d6dc4ca3
commit f9f2efcad0
24 changed files with 1237 additions and 160 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
extends: [
'plugin:vue/vue3-essential',
'@vue/airbnb',
'@vue/typescript/recommended',
'@vue/eslint-config-typescript',
],
parserOptions: {
ecmaVersion: 2020,
@@ -15,4 +15,15 @@ module.exports = {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
},
// settings: {
// 'import/resolver': {
// alias: {
// map: [['@', './src/']],
// extensions: ['.js', '.ts', '.vue'],
// },
// "node": {
// "paths": ["src"]
// },
// },
// },
};