mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-05 04:30:33 -06:00
The styleguide for Puter's backend expects spaces after top-level not operators inside conditions. This commit adds an AI-generated eslint plugin and, since it conflicts with the existing space-unary-ops plugin from stylistic, also adds a wrapped version of space-unary-ops that ignores top-level not operators so that this plugin will work as expected.