mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-10 03:30:02 +08:00
chore: add prettier config (#633)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
11
.prettierrc.js
Normal file
11
.prettierrc.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* @type {import('prettier').Config}
|
||||
*/
|
||||
module.exports = {
|
||||
trailingComma: 'all',
|
||||
tabWidth: 2,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
printWidth: 100,
|
||||
bracketSpacing: true,
|
||||
};
|
Reference in New Issue
Block a user