Skip to content

Commit

Permalink
chore: ignore .yarn folder from prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 14, 2024
1 parent 3c155cc commit 130e8d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.yarn
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
},
"scripts": {
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --maxWorkers=4 --coverage",
"lint": "eslint --ignore-path .gitignore . && prettier --check . --ignore-path .gitignore",
"fix": "eslint --ignore-path .gitignore --fix . && prettier --write . --ignore-path .gitignore",
"lint": "eslint --ignore-path .gitignore . && prettier --check .",
"fix": "eslint --ignore-path .gitignore --fix . && prettier --write .",
"typecheck": "tsc",
"generate-bundles": "rollup -c",
"test-bundles": "yarn generate-bundles && node ./test/svgo.cjs && node ./test/browser.js",
Expand Down

0 comments on commit 130e8d6

Please sign in to comment.