1. xlint-jslint-medikoo
JSLint mod configured as handler for XLint
xlint-jslint-medikoo
Package: xlint-jslint-medikoo
Created by: medikoo
Last modified: Wed, 29 Jun 2022 05:27:58 GMT
Version: 0.1.4
License: MIT
Downloads: 111
Repository: https://github.com/medikoo/xlint-jslint-medikoo

Install

npm install xlint-jslint-medikoo
yarn add xlint-jslint-medikoo

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

Dependencies

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code