Skip to content

Commit

Permalink
move prettier to devDependencies on client
Browse files Browse the repository at this point in the history
antico5 committed Apr 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ba1b53a commit 1dd334e
Showing 4 changed files with 9 additions and 9 deletions.
5 changes: 2 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -58,13 +58,12 @@
"@types/prettier": "2.6.0",
"@types/vscode": "^1.70",
"eslint": "^7.23.0",
"rimraf": "3.0.2"
"rimraf": "3.0.2",
"prettier": "2.5.1"
},
"dependencies": {
"@nomicfoundation/solidity-language-server": "0.6.15",
"@sentry/node": "6.19.1",
"prettier": "2.5.1",
"prettier-plugin-solidity": "1.1.2",
"vscode-languageclient": "^7.0.0"
},
"contributes": {
4 changes: 2 additions & 2 deletions coc/README.md
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ In your vim/neovim, run this command:

In your coc-settings.json, the following settings are supported:

- `"@ignored/coc-solidity.telemetry": true|false`
- `"@ignored/coc-solidity.formatter": "prettier"|"forge"|"none"`
- `"@nomicfoundation/coc-solidity.telemetry": true|false`
- `"@nomicfoundation/coc-solidity.formatter": "prettier"|"forge"|"none"`

## Features

4 changes: 2 additions & 2 deletions coc/README.template.md
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ In your vim/neovim, run this command:

In your coc-settings.json, the following settings are supported:

- `"@ignored/coc-solidity.telemetry": true|false`
- `"@ignored/coc-solidity.formatter": "prettier"|"forge"|"none"`
- `"@nomicfoundation/coc-solidity.telemetry": true|false`
- `"@nomicfoundation/coc-solidity.formatter": "prettier"|"forge"|"none"`

[include '../docs/features.md']

5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1dd334e

Please sign in to comment.