mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-07 09:25:29 +08:00
fix: fix eslint issues when you run lint:fix command
This commit is contained in:
parent
2ea0475518
commit
4c03acf68a
12
.prettierignore
Normal file
12
.prettierignore
Normal file
@ -0,0 +1,12 @@
|
||||
**/.git
|
||||
**/.svn
|
||||
**/.hg
|
||||
**/node_modules
|
||||
|
||||
.turbo
|
||||
.changeset
|
||||
.github/**/*
|
||||
|
||||
demos/dist/**/*
|
||||
demos/node_modules/**/*
|
||||
pnpm-lock.yaml
|
@ -14,7 +14,7 @@
|
||||
"start": "pnpm --prefix ./demos run start",
|
||||
"dev": "pnpm run start",
|
||||
"lint": "turbo run lint",
|
||||
"lint:fix": "prettier . --write && eslint --fix --cache --quiet --no-error-on-unmatched-pattern ./",
|
||||
"lint:fix": "prettier -w --log-level warn . && eslint --fix --cache --quiet --no-error-on-unmatched-pattern .",
|
||||
"lint:staged": "lint-staged",
|
||||
"test:open": "cypress open --project tests",
|
||||
"test:run": "cypress run --project tests",
|
||||
|
Loading…
Reference in New Issue
Block a user