Skip to content

Commit

Permalink
fix(rime-snomiao): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Jan 29, 2023
1 parent d3c13b7 commit b9446d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"tabWidth": 2,
"arrowParens": "avoid",
"useTabs": false,
"plugins": [
"./node_modules/prettier-plugin-packagejson",
"./node_modules/prettier-plugin-organize-imports",
"./node_modules/prettier-plugin-tsconfig"
]
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@
"semantic-release": "^20.1.0",
"snobuild": "^3.2.11",
"snorun": "^1.1.17",
"work-package-dir": "^1.0.0"
"work-package-dir": "^1.0.0",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.0",
"prettier-plugin-tsconfig": "^0.0.1"
},
"semantic-release": "semantic-release"
}

0 comments on commit b9446d4

Please sign in to comment.