mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
I started on a documentation change but `npm run validate` after my initial pull revealed this linting error:
```
> jscs lodash.js
requireSemicolons: Missing semicolon after statement at lodash.js :
5864 | function isFlattenable(value) {
5865 | return isArray(value) || isArguments(value) ||
5866 | !!(spreadableSymbol && value && value[spreadableSymbol])
-----------------------------------------------------------------------^
5867 | }
5868 |
```
510 KiB
510 KiB