We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f274b commit f5bbcc8Copy full SHA for f5bbcc8
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "prettier-plugin-solidity",
3
- "version": "1.0.0-alpha.23",
+ "version": "1.0.0-alpha.24",
4
"description": "prettier plugin for solidity",
5
"main": "src",
6
"scripts": {
7
- "coverage": "AST_COMPARE=true codecov",
+ "coverage": "codecov",
8
"eslint": "eslint --ignore-pattern 'src/prettier-comments/**' 'src/**'",
9
"lint": "npm run eslint && npm run prettier -- --list-different",
10
"lint:fix": "npm run eslint -- --fix && npm run prettier -- --write",
0 commit comments