Skip to content

Commit

Permalink
chore: use "yml" extension instead of "yaml"
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jul 2, 2022
1 parent 076de13 commit a010160
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"*.{md,sol,yaml,yml}": [
"prettier --config ./.prettierrc.yaml --write"
"prettier --config ./.prettierrc.yml --write"
]
}
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"lint": "yarn solhint && yarn prettier:check",
"lint:check": "yarn prettier:check && yarn solhint:check",
"postinstall": "husky install",
"prettier": "prettier --config \"./.prettierrc.yaml\" --write \"{src,test}/**/*.sol\"",
"prettier:check": "prettier --config \"./.prettierrc.yaml\" --check \"{src,test}/**/*.sol\"",
"prettier": "prettier --config \"./.prettierrc.yml\" --write \"{src,test}/**/*.sol\"",
"prettier:check": "prettier --config \"./.prettierrc.yml\" --check \"{src,test}/**/*.sol\"",
"solhint": "solhint --config ./.solhint.json \"{src,test}/**/*.sol\""
}
}

0 comments on commit a010160

Please sign in to comment.