Registry / testing / eslint-config-formio

eslint-config-formio

JSON →
library1.1.4jsnpmunverified

eslint-config-formio provides a shared ESLint configuration for Form.io projects. The current stable version is 1.1.4, with occasional updates to align with Form.io's coding standards. It extends recommended ESLint rules and includes environment settings for ECMAScript 2021 and Node.js. Compared to other ESLint config packages, this one is tailored specifically for Form.io's codebase and may include custom rules or overrides. It is primarily distributed as an npm package and can be used in any JavaScript or TypeScript project following Form.io conventions.

npm install eslint-config-formio
INSTALL
IMPORT
SIG · ESLINT-CONFIG-FORM
E
eslint-config-formio
testingjavascriptv1.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Extends the shared Form.io ESLint configuration in an .eslintrc.json file.

// .eslintrc.json { "extends": "eslint-config-formio" }
Debug
Known issues
gotchaNo major breaking changes, but the config may override some custom rules. Check for Rule ID collisions.
fix
Review your project's existing ESLint rules and disable or adjust as needed.
affects: *
Errors
Common errors & fixes
ESLint couldn't find the config "eslint-config-formio".
The package is not installed or is not in node_modules.
fix
Run `npm install eslint-config-formio --save-dev`
Upgrade
Version history
1.1.4latest on npm
Audit
Dependencies
eslintrequiredpeer dependency required to run ESLint
Agent activity
4 hits · last 30 days
node
4
Resources
eslint-config-formio — npm install eslint-config-formio · libregistry