create-eth-app
create-eth-app copied to clipboard
Add a json verifier to CI
Half my errors are missing/adding an extra comma or forgetting to escape a double quote but these aren't picked up in the test suite currently.
Makes sense. As a temporary solution though, you could add this to your VSCode settings:
"files.associations": {
"*.ctx": "json"
}