Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[eslint] Error #13

Open
Squadz opened this issue Jan 30, 2023 · 1 comment
Open

[eslint] Error #13

Squadz opened this issue Jan 30, 2023 · 1 comment

Comments

@Squadz
Copy link

Squadz commented Jan 30, 2023

Hey all,

It's not a major issue, but just to make you aware.

After setting up the project, we see the following ESLINT error :
Screenshot 2023-01-30 144926

Otherwise everything else are working fine!

  • I saw there is an Access Token with a lifetime of 30minutes. Are you thinking to add a Refresh Token later ?
  • Any reasons for staying with Vuex 4.1 instead of Pinia (Vuex 5) ?

Great work on that project, and thanks a lot for your guide on testdriven.io!

@jingzhao-self
Copy link

vim services/frontend/vue.config.js

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
  transpileDependencies: true,
  lintOnSave: false  //add this to avoid these error.
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants