UNPKG

eslint-config-lemon

Version:

<div align="center"> <br> <img width="400" src="logo.svg"> <br> <br> </div>

15 lines (11 loc) 162 B
{ "root": true, "extends": "@ljharb", "globals": { "StopIteration": false, }, "rules": { "func-name-matching": [2, "always"], "id-length": 0, }, }