mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
Porting applicable jscs configuration to eslint.
* jsdocs validation off now
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
* @param {Function} string The `toString` result.
|
||||
* @returns {Function} Returns `func`.
|
||||
*/
|
||||
function baseSetToString(func, string){
|
||||
function baseSetToString(func, string) {
|
||||
return Object.defineProperty(func, 'toString', {
|
||||
'configurable': true,
|
||||
'enumerable': false,
|
||||
|
||||
Reference in New Issue
Block a user