lint files (#4416)

* lint files

* added back arrow-paren and removed duplicate
This commit is contained in:
Phap Dinh
2019-08-17 13:44:54 -04:00
committed by John-David Dalton
parent 5b4dc54465
commit 15e1557b2a
10 changed files with 29 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ import getSymbols from './getSymbols.js'
* @param {Object} object The object to query.
* @returns {Array} Returns the array of symbols.
*/
function getSymbolsIn (object) {
function getSymbolsIn(object) {
const result = []
while (object) {
result.push(...getSymbols(object))