UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

19 lines (18 loc) 358 B
{ "extends": "@ljharb", "root": true, "rules": { "func-style": 1, "operator-linebreak": [2, "before"], }, "overrides": [ { "files": "test/**", "rules": { "global-require": 0, "max-lines-per-function": 0, "no-negated-condition": 0, }, }, ], }