Registry / devops / eslint-config-seegno

eslint-config-seegno

JSON →
library17.0.0jsnpmunverified

Seegno-flavored ESLint shared configuration. Version 17.0.0 supports ESLint 5 and 6, requires Node >=8. A shareable config package intended for internal use within Seegno projects, similar to eslint-config-airbnb. No active maintenance since last release in 2019.

npm install eslint-config-seegno
INSTALL
IMPORT
SIG · ESLINT-CONFIG-SEEG
E
eslint-config-seegno
devopsjavascriptv17.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

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

Config
extends: seegno
extends: eslint-config-seegno
When using shareable configs, prefix 'eslint-config-' can be omitted.
require('eslint-config-seegno')
const config = require('eslint-config-seegno');
If programmatically loading the config.

Shows how to install and configure the shareable ESLint config.

# Install dependencies npm install eslint eslint-config-seegno --save-dev # Create .eslintrc.yml with: echo "extends: seegno" > .eslintrc.yml # Add lint script to package.json
Debug
Known issues
deprecatedeslint-config-seegno is no longer actively maintained. Last release 2019.
fix
Consider migrating to a maintained config like eslint-config-airbnb or eslint-config-standard.
affects: >=0.0.0
breakingESLint 5 and 6 only; not compatible with ESLint 7+
fix
Downgrade ESLint to 6.x or migrate to a compatible config.
affects: 17.0.0
Errors
Common errors & fixes
Cannot find module 'eslint-config-seegno'
Package not installed or missing dependency
fix
Run npm install eslint-config-seegno --save-dev
ESLint couldn't find the config 'seegno'
Incorrect extends value or missing dependency
fix
Ensure .eslintrc.yml has 'extends: seegno' and package is installed.
Upgrade
Version history
17.0.0latest on npm
Audit
Dependencies
eslintrequiredpeer dependency required to run ESLint
Agent activity
2 hits · last 30 days
node
2
Resources
eslint-config-seegno — npm install eslint-config-seegno · libregistry