Skip to content

Commit

Permalink
lint: switch to using eslint directly
Browse files Browse the repository at this point in the history
* this allows the use of the --cache flag for faster repeated linting (not
  supported in `vue-cli-service lint`)
  see: https://cli.vuejs.org/core-plugins/eslint.html#injected-commands
* `vue-cli-service` is deprecated, and using `eslint` directly is recommended
  for vue 3
  see: https://cli.vuejs.org/core-plugins/eslint.html
  see: https://vuejs.org/guide/scaling-up/tooling.html#linting
  • Loading branch information
alxndrsn committed Sep 6, 2023
1 parent eb8849c commit cc1c97d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 384 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ npm-debug.log*

/.nginx/*
!/.nginx/.gitkeep

/.eslintcache
Loading

0 comments on commit cc1c97d

Please sign in to comment.