nabil-boag / angular-multimocks

Tools for managing mock data scenarios in AngularJS applications.
MIT License
35 stars 11 forks source link

make jshint ignore the generated scenario data #3

Closed morrislaptop closed 10 years ago

morrislaptop commented 10 years ago

because the lines are too long, or any other jshint errors that might get thrown

morrislaptop commented 10 years ago

Also I was thinking that the generated scenarioData.js could have the JSON pretty printed? It would make it much easier to see what has been generated from all the mocks. What do yu

afternoon commented 10 years ago

The scenario data for Ivy at least is immense (>200K lines). Pretty printing it doesn't help a huge amount really.