Skip to content

Commit a422f3d

Browse files
committed
chore: putout: actions: lint ☘️
1 parent 6b85c9b commit a422f3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/operate/test/operate.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,7 @@ test('putout: operate: remove: not-top-comment', (t) => {
251251
'variables': 'off',
252252
'variables/remove-useless': 'on',
253253
},
254-
plugins: [
255-
'variables',
256-
],
254+
plugins: ['variables'],
257255
});
258256

259257
const expected = fixture.notTopCommentsFix;

0 commit comments

Comments
 (0)