javascript - jshint - Create custom warnings/rules -
Is it possible to create custom jshint rules, add it to existing inbuilt rules, configure it (on or off) projects?
Is it worth growing, like how do we create your own custom work in Grunt?
Sometimes we need to implement the JavaScript coding practice in our environment. For example, we apply to our developers using Date.now () instead of Date.getTime (). Want to do
You should consider using this case.
Each rule is a standalone one. So you can take one of the default rules in the form of a template, and write your own.
Comments
Post a Comment