Updated linter to work with restructure
This commit is contained in:
@ -14,7 +14,7 @@ const pullAtValue = (arr, pullArr) => {
|
||||
arr.length = 0;
|
||||
mutateTo.forEach(v => arr.push(v));
|
||||
return removed;
|
||||
}
|
||||
};
|
||||
```
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user