Essentially, what I am seeking is uniformity in:
- the way vscode formats my .vue file
- how the eslint checker scans my .vue file when I execute
npm run ....
to launch the server or build the target
Currently, after formatting my document in vscode and then running npm run dev
, the eslint checker generates numerous warnings and errors. It appears that their formatting and linting rules are sourced differently, and I have yet to discover a method to align them with the same set of rules.