This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
Have the config
option be loaded using JSCS's loader
#37
Labels
Right now, despite JSCS being able to parse JSON files with comments (and in the future, YAML files), grunt-jscs-checker can only parse JSON files.
Rather than using
grunt.file.readJSON
, usejscs/lib/cli-config
to load the config.The text was updated successfully, but these errors were encountered: