Skip to content

Commit

Permalink
fix(rime-snomiao): move prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Jan 29, 2023
1 parent b9446d4 commit cfcc1d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .prettierrc.json

This file was deleted.

10 changes: 10 additions & 0 deletions src/.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"
]
}

0 comments on commit cfcc1d2

Please sign in to comment.