wesaynih / infrastructure

© 2016 The Knights Who Say NIH — Do NOT fork this repository without permission.
http://frameless.io/
Other
0 stars 1 forks source link

Automatically format JSON files according to eslint rules #43

Open Robbert opened 8 years ago

Robbert commented 8 years ago

Formatting JSON could be useful since all files need to adhere to the same standards:

Maybe eslint --fix --no-eslintrc -c .jsonrc.json will do the trick.

Robbert commented 8 years ago

Still waiting... eslint --fix is very slow indeed on a 6MB JSON file.