Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 12, 2023
1 parent 0c4a453 commit 10748cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/no-array-push-push.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict';
const {findIndex} = require('lodash');
const {hasSideEffect, isCommaToken, isSemicolonToken} = require('@eslint-community/eslint-utils');
const getCallExpressionArgumentsText = require('./utils/get-call-expression-arguments-text.js');
const isSameReference = require('./utils/is-same-reference.js');
Expand Down

0 comments on commit 10748cc

Please sign in to comment.