nor-lint
raw JSON → 0.1.17 verified Fri May 01 auth: no javascript abandoned
nor-lint is a lint utility for JavaScript projects, developed by Sendanor. Version 0.1.17 is the latest release, with no regular release cadence. It provides basic linting capabilities but is largely undocumented and appears to be in early development or maintenance mode. There are few, if any, distinguishing features compared to established linters like ESLint. The package is not widely adopted and may be considered experimental or abandoned. Use with caution.
Common errors
error Cannot find module 'nor-lint' ↓
cause Maybe not installed or not ESM compatible
fix
npm install nor-lint
Warnings
gotcha Package is largely undocumented; no clear API or usage instructions. ↓
fix Consider using a mature linter like ESLint instead.
deprecated Project appears to be abandoned; no recent updates or maintenance. ↓
fix Migrate to a maintained alternative.
Install
npm install nor-lint yarn add nor-lint pnpm add nor-lint Imports
- nor-lint wrong
const norLint = require('nor-lint')correctimport norLint from 'nor-lint'
Quickstart
import norLint from 'nor-lint'; // Not actually functional
// Placeholder: usage is undocumented
console.log('nor-lint loaded');