ProgerXP / Sqimitive

Lightweight framework for modular, event-based JavaScript programming
http://squizzle.me/js/sqimitive/
The Unlicense
47 stars 3 forks source link

integrate and use ESLint and JSCS #4

Open deepsweet opened 10 years ago

deepsweet commented 10 years ago

ESLint:

ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. In many ways, it is similar to JSLint and JSHint with a few exceptions

JSCS:

jscs is a code style checker. You can configure jscs for your project in detail using over 60 validation rules, including presets from popular style guides like jQuery.

I can help you with it, but you should define your codestyle and express it with .eslint and .jscsrc.

ProgerXP commented 10 years ago

I really appreciate this hinting, thanks @deepsweet. I have added ESLint config in 98525b6b2a3f241466066b67ec31bd0f46e5df56.

deepsweet commented 10 years ago

:+1: