Open Robbert opened 8 years ago
Formatting JSON could be useful since all files need to adhere to the same standards:
eslint -f json
fix:json
Maybe eslint --fix --no-eslintrc -c .jsonrc.json will do the trick.
eslint --fix --no-eslintrc -c .jsonrc.json
Still waiting... eslint --fix is very slow indeed on a 6MB JSON file.
eslint --fix
Formatting JSON could be useful since all files need to adhere to the same standards:
eslint -f json
fix:json
Maybe
eslint --fix --no-eslintrc -c .jsonrc.json
will do the trick.