ESLint shareable config created and maintained by SimpliField. Version 12.0.0 requires Node >=8.0.0. Provides a curated set of ESLint rules used internally at SimpliField. Designed to be extended directly via `extends` in .eslintrc. Supports both backend (Node) and frontend (React, Flow) projects. Lightweight with no runtime dependencies. Updated infrequently; check for compatibility with your ESLint version.
npm install eslint-config-simplifieldNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows a minimal .eslintrc using the SimpliField config, with Node/Mocha env and globals.
If on ESLint <2, use eslint-config-simplifield@1.x. If on ESLint >=2, use >=2.0.0.
Disable conflicting rules in your project's .eslintrc (see README for examples like "indent": "off").
Upgrade to v2.x+ and ESLint >=2.
Update your project's .eslintrc to use an array format: "keyword-spacing": ["error", { "before": true }]No dependency data recorded yet.