mirror of
https://github.com/anatolykopyl/movieroom-front.git
synced 2026-03-26 12:55:20 +00:00
Barely working
This commit is contained in:
13
.eslintrc.js
13
.eslintrc.js
@@ -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"]
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user