JSCS 1
Gulp JSCS JavaScript Style Linter Task
JSCS is a Linter for JavaScript code style. JSCS contains 150 validation rules for javascript style linting. These 150 rules follows popular style guides from Jquery,Airbnb and Google etc. JSCS also provides presets like Jquery,Airbnb and Google. Gulp provides gulp-jscs module for creating task to run JSCS to lint the javascript code. In this demo,”We […]