feat: add frontend
This commit is contained in:
18
frontend/.eslintrc.js
Normal file
18
frontend/.eslintrc.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
env: {
|
||||
browser: true,
|
||||
node: true,
|
||||
},
|
||||
extends: [
|
||||
'@nuxtjs/eslint-config-typescript',
|
||||
'plugin:nuxt/recommended',
|
||||
'prettier',
|
||||
],
|
||||
plugins: [],
|
||||
// add your custom rules here
|
||||
rules: {
|
||||
'no-console': 'off',
|
||||
"vue/multi-word-component-names": "off"
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user