Skip to content

Commit 341d5a7

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 9d1c315 commit 341d5a7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/operator-ignore/lib/ignore.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ const fix = ({path, name, matchedElements}) => {
4444
};
4545

4646
const createTraverse = ({type, property, list}) => ({push, options}) => {
47-
const {
48-
dismiss = [],
49-
} = options;
47+
const {dismiss = []} = options;
5048

5149
const allList = [
5250
...list,

0 commit comments

Comments
 (0)