Skip to content

Commit

Permalink
Fix eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
miina committed May 23, 2018
1 parent c09b36a commit 51cda2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/amp-editor-blocks.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* exported ampEditorBlocks */
/* eslint no-magic-numbers: [ "error", { "ignore": [ 1, -1, 0 ] } ] */

var ampEditorBlocks = ( function() {
var ampEditorBlocks = ( function() { // eslint-disable-line no-unused-vars
var component, __;

__ = wp.i18n.__;
Expand Down

0 comments on commit 51cda2f

Please sign in to comment.