Skip to content

Commit

Permalink
chore: 🤖 improve Prettier ignore paths
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Apr 29, 2024
1 parent 4649517 commit 6ae8b30
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 @@
/CHANGELOG*
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"lib/"
],
"scripts": {
"prettier": "npx [email protected] --ignore-path .gitignore --write .",
"prettier:check": "npx [email protected] --ignore-path .gitignore --check .",
"prettier": "npx [email protected] --write .",
"prettier:check": "npx [email protected] --check .",
"lint": "yarn tslint",
"lint:fix": "yarn tslint --fix",
"tslint": "tslint 'src/**/*.{js,jsx,ts,tsx}' -t verbose --project .",
Expand Down

0 comments on commit 6ae8b30

Please sign in to comment.