Files
payloadcms/packages/plugin-form-builder
Elliot DeNolf 142616e6ad chore(eslint): curly [skip-lint] (#7959)
Now enforcing curly brackets on all if statements. Includes auto-fixer.


```ts
//  Bad
if (foo) foo++;

//  Good
if (foo) {
  foo++;
}
```




Note: this did not lint the `drizzle` package or any `db-*` packages.
This will be done in the future.
2024-08-29 10:15:36 -04:00
..
2022-11-16 14:05:19 -05:00
2024-07-09 09:50:37 -04:00

Payload Form Builder Plugin

A plugin for Payload to easily allow admin editors to build and manage forms within the admin panel.