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-formioNo compatibility data collected yet for this library.
Extends the shared Form.io ESLint configuration in an .eslintrc.json file.
Review your project's existing ESLint rules and disable or adjust as needed.
Run `npm install eslint-config-formio --save-dev`