create-eth-app icon indicating copy to clipboard operation
create-eth-app copied to clipboard

Add a json verifier to CI

Open TomAFrench opened this issue 4 years ago • 1 comments

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.

TomAFrench avatar Nov 19 '20 21:11 TomAFrench

Makes sense. As a temporary solution though, you could add this to your VSCode settings:

"files.associations": {
  "*.ctx": "json"
}

PaulRBerg avatar Nov 20 '20 21:11 PaulRBerg