UNPKG

panelsnap

Version:

A JavaScript plugin that provides snapping functionality to a set of panels within your interface.

16 lines (15 loc) 256 B
{ "extends": "airbnb-base", "plugins": ["jest"], "env": { "browser": true, "jest/globals": true }, "rules": { "func-names": 0, "no-param-reassign": 0, "no-mixed-operators": [2, { "allowSamePrecedence": true }] } }