issues Search Results · repo:vuejs/eslint-config-prettier language:JavaScript
Filter by
20 results
(72 ms)20 results
invuejs/eslint-config-prettier (press backspace or delete to remove)My prettier configuration
{
$schema : https://json.schemastore.org/prettierrc ,
semi : false,
singleQuote : true,
printWidth : 100,
trailingComma : all ,
arrowParens : always ,
...
aslrz-club
- 1
- Opened on May 15
- #37
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View
this repository on the Mend.io Web Portal.
Open
These updates have all been created ...
renovate[bot]
- Opened on Nov 8, 2024
- #26
Using eslint.config.ts and vue-tsc.
TS7016: Could not find a declaration file for module @vue/ eslint-config-prettier.
/ projectpath/ node_modules/.pnpm/@vue+eslint-config-prettier@10.0.0_@types+eslint@9.6.0_eslint@9.12.0_jiti@1.21.6__prettier@3.3.3/ ...
MartinX3
- Opened on Oct 20, 2024
- #24
My Configuration
import js from @eslint/js ;
import pluginVue from eslint-plugin-vue ;
import * as parserVue from vue-eslint-parser ;
import { defineFlatConfig } from eslint-define-config ;
import ...
lvzhenbo
- 2
- Opened on Sep 25, 2024
- #23
Hello 🙂
Now eslint 9.0 is released ( https://eslint.org/blog/2024/04/eslint-v9.0.0-released/) Would be great to add an example
in the README of using this plugin with the flat config - I have not been ...
davidwessman
- 5
- Opened on Apr 8, 2024
- #19
According to the official prettier Notes, eslint-plugin-prettier used in this package is generally not recommended since
we can just use the editor extension to format the code. I think Vue.js needs to ...
yoshi-pi
- 2
- Opened on Oct 29, 2022
- #15
I use the demo code in document https://vuepress-theme-hope.github.io/v2/md-enhance/zh/guide/flowchart.html
// .vuepress/config.ts
import { mdEnhance } from vuepress-plugin-md-enhance ;
export default ...
howtoesc
- 1
- Opened on May 5, 2022
- #13
From my experience, for any vue project, eslint + prettier is a must and prettier config should be considered with
higher priority.
I created a brand new project with npm init vue@latest, and I ticked ...
uniquejava
- 6
- Opened on Apr 6, 2022
- #12

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.