https://atom.io/packages/linter-cflint
This linter plugin for Linter provides an interface to CFLint. It will be used with files that have the "ColdFusion" syntax.
apm install linter-cflint
linter-cflint
requires Java >= 1.6, JRE or JDK, on your system and either the JAVA_HOME
environmental variable to be set or for the user to specify the location of the Java executable in the configuration options.
.eslintrc
, you can use a .cflintrc
file in your project or in a subfolder to exclude rules from the linter. See the wiki page for details.If you would like to contribute enhancements or fixes, please do the following:
master
Please note that modifications should pass the eslint
linter with the provided .eslintrc
.
Thank you for helping out!