A lint plugin for the FIS build system that integrates JSHint to validate JavaScript files. Current stable version is 0.0.10, last released in 2014. It allows configuration of JSHint options and file ignoring patterns. This plugin is tied to the now-deprecated FIS1 ecosystem; for modern projects, consider using ESLint directly with FIS3's built-in lint capabilities or alternative linting strategies.
npm install fis-lint-jshintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Global install of fis-lint-jshint and configure JSHint options via FIS config.
Migrate to FIS3 with built-in ESLint support or switch to standalone ESLint.
Use `npm install -g fis` and `npm install -g fis-lint-jshint`.
Run `npm install -g jshint` alongside the plugin.
Ensure `require('fis')` is called before configuring, or use global install.