Skip to content

Commit

Permalink
routes, views
Browse files Browse the repository at this point in the history
  • Loading branch information
AFEDev committed Jun 1, 2022
1 parent e3bcb5b commit e3ffeda
Show file tree
Hide file tree
Showing 30 changed files with 1,816 additions and 704 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ module.exports = {
},
extends: [
'plugin:vue/vue3-essential',
'@vue/airbnb',
],
parserOptions: {
parser: '@babel/eslint-parser',
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
"linebreak-style": 0,
},
};
Loading

0 comments on commit e3ffeda

Please sign in to comment.