Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Oct 18, 2020
1 parent 34a1cdd commit 1f287e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/rules/array-bracket-newline.js
Expand Up @@ -6,7 +6,6 @@
const { wrapCoreRule } = require('../utils')

// eslint-disable-next-line no-invalid-meta, no-invalid-meta-docs-categories
module.exports = wrapCoreRule(
require('eslint/lib/rules/array-bracket-newline'),
{ skipDynamicArguments: true }
)
module.exports = wrapCoreRule('array-bracket-newline', {
skipDynamicArguments: true
})

0 comments on commit 1f287e1

Please sign in to comment.