Skip to content

Commit

Permalink
馃敤 markdown: setup lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 21, 2024
1 parent 7d4a979 commit 12e7a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"test:forge": "forge snapshot --check",
"test:solhint": "solhint '{src,script,test}/**/*.sol' --max-warnings=0",
"test:slither": "slither .",
"test:markdown": "markdownlint-cli2 .",
"snapshot": "forge snapshot --force",
"prepare": "if git status &>/dev/null; then git submodule update --init --recursive; fi"
},
"devDependencies": {
"concurrently": "^8.2.2",
"markdownlint-cli2": "^0.13.0",
"solhint": "^5.0.1"
}
}

0 comments on commit 12e7a86

Please sign in to comment.