0.1.4 • Published 9 years ago

xlint-jslint-medikoo v0.1.4

Weekly downloads
46
License
MIT
Repository
github
Last release
9 years ago

xlint-jslint-medikoo

JSLint mod handler for XLint

Use this module with XLint.

It's customized version of JSLint that I use to validate code in projects I mantain.

In first place it provides module option to validate body of CJS modules as an actual function bodies. JSLint by defaults treats file code as if it's browser's script code, it's not right when we validate CJS modules.

Additionally: it removes few non configurable restrictions and adds more strict whitespace rules with some extra customizations.

All custom changes are documented distintingly in commit history.

It's maintained to be up to date with original JSLint.

For non customized JSLint validation module for XLint, see: xlint-jslint

Installation

$ npm install xlint-jslint-medikoo

Tests Build Status

$ npm test
0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago