{"id":27181,"library":"nor-lint","title":"nor-lint","description":"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.","status":"abandoned","version":"0.1.17","language":"javascript","source_language":"en","source_url":"https://github.com/sendanor/nor-lint","tags":["javascript","lint","npm"],"install":[{"cmd":"npm install nor-lint","lang":"bash","label":"npm"},{"cmd":"yarn add nor-lint","lang":"bash","label":"yarn"},{"cmd":"pnpm add nor-lint","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"CommonJS require may not work if the package is ESM-only; prefer dynamic import if needed.","wrong":"const norLint = require('nor-lint')","symbol":"nor-lint","correct":"import norLint from 'nor-lint'"}],"quickstart":{"code":"import norLint from 'nor-lint'; // Not actually functional\n// Placeholder: usage is undocumented\nconsole.log('nor-lint loaded');","lang":"javascript","description":"Shows basic import of nor-lint, but actual usage is undocumented."},"warnings":[{"fix":"Consider using a mature linter like ESLint instead.","message":"Package is largely undocumented; no clear API or usage instructions.","severity":"gotcha","affected_versions":"all"},{"fix":"Migrate to a maintained alternative.","message":"Project appears to be abandoned; no recent updates or maintenance.","severity":"deprecated","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"npm install nor-lint","cause":"Maybe not installed or not ESM compatible","error":"Cannot find module 'nor-lint'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}