Registry / testing / eslint-config-seekingalpha-node

eslint-config-seekingalpha-node

JSON →
library9.32.0jsnpmunverified

SeekingAlpha's shareable ESLint config for Node.js projects, version 9.32.0. This config packages rules from eslint-plugin-n for Node.js linting. It requires ESLint 9.39.2 and eslint-plugin-n 17.24.0 as peer dependencies and is designed for flat config only. Maintained by SeekingAlpha, it enforces a specific rule set tailored for Node.js development.

testing
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ESM-only since v9; CommonJS require is not supported.

import nodeConfig from 'eslint-config-seekingalpha-node'

Accessing plugins property from config. CommonJS require is not supported.

import nodeConfig from 'eslint-config-seekingalpha-node'; const { plugins } = nodeConfig;

Accessing rules property from config. CommonJS require is not supported.

import nodeConfig from 'eslint-config-seekingalpha-node'; const { rules } = nodeConfig;

This shows how to import the shareable config in ESLint flat config format, spreading plugins and rules into your own config array.

import nodeConfig from 'eslint-config-seekingalpha-node'; export default [ { plugins: { ...nodeConfig.plugins, }, rules: { ...nodeConfig.rules, }, }, ];
Debug
Known footguns
breakingv9 is ESM-only and requires flat config; CommonJS and legacy eslintrc format are not supported.
deprecatedv8.x is no longer maintained; upgrade to v9 for continued updates.
breakingPeer dependency version requirements are strict: ESLint 9.39.2 and eslint-plugin-n 17.24.0. Installing other versions may cause conflicts.
gotchaThis config does not include any parser or environment; you may need to add parserOptions or env per your Node version.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
9 hits · last 30 days
gptbot
4
ahrefsbot
4
script
1
Resources