question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Run inside .vue components?

See original GitHub issue

Is it possible to run prettier-eslint inside .vue component?

I’ve set:

"eslint.options": { "extensions": [ ".js", ".vue" ] }

but it didn’t help.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:18
  • Comments:30 (18 by maintainers)

github_iconTop GitHub Comments

4reactions
kentcdoddscommented, Aug 29, 2017

Sweet @arpowers! Would you like to work on implementing it? I don’t need it so I will not be working on it personally.

4reactions
dbpolitocommented, Jul 31, 2017

Yes it does, but for some reason it’s not following the settings on .eslint.json, it’s using default Prettier settings.

If i save on a .js file, .eslint.json is used, but on a .vue file, .eslint.json is being ignored.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Components Basics - Vue.js
Components are reusable Vue instances with a name: in this case, <button-counter> . We can use this component as a custom element inside...
Read more >
How to Run Code When a Vue Component Loads? - Medium
The component is first created. This is where data , computed props, and watchers are set up and initialized. Then the component is...
Read more >
Creating our first Vue component - Learn web development
Now it's time to dive deeper into Vue, and create our own custom component — we'll start by creating a component to represent...
Read more >
Execute javascript inside vue component template?
Execute javascript inside vue component template? · 1. <img v-bind:src="window.SETTINGS.ASSETS_DIR + 'img/foo. · You can use lodash templating to ...
Read more >
Getting started with Vue.js - developerlife.com
Single origin policy; Structure of the project; Run it; Vue components. Import the ES6 module; Create the ES6 module; Notes on the code....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found