Registry / testing / eslint-config-olo

eslint-config-olo

JSON →
library0.2.0jsnpmunverified

Olo's ESLint shared config, based on Airbnb's style guide. Current version 0.2.0, released as a shared config for ES6+ and React projects. It exports three configurations: default (ES6+), React (ES6+ with React), and legacy (ES5-). Requires eslint as a peer dependency, babel-eslint for modern configs, and eslint-plugin-react for React config. Not actively maintained: last release in 2016, and TSLint configs have been deprecated. Suitable for legacy projects but not recommended for new projects.

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.

ESLint automatically resolves 'olo' to eslint-config-olo

"extends": "olo"

Use 'olo/react' not 'olo-react'

"extends": "olo/react"

No common mistake; just use the correct module path

"extends": "olo/legacy"

Configure ESLint to use Olo's default shared config for ES6+ projects, with babel-eslint parser.

// eslintrc.json { "extends": "olo", "parser": "babel-eslint", "rules": { "no-console": "warn" } } // package.json devDependencies: { "eslint": "^3.0.0", "babel-eslint": "^7.0.0", "eslint-config-olo": "^0.2.0" }
Debug
Known footguns
deprecatedtslint-config-olo is deprecated and not maintained
breakingVersion 0.2.0 requires eslint^3.0.0 and may not work with newer ESLint versions
gotchaRules defined as warnings may transition to errors in future versions; do not ignore them permanently
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