Skip to content

Commit

Permalink
MDL-66265 javascript: Ignore camelcase in Gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Sep 3, 2019
1 parent f59ac41 commit 9ec0cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ module.exports = function(grunt) {
};

if (relativePath) {
/* eslint-disable camelcase */
sub.relative_root = relativePath;
}

Expand Down

0 comments on commit 9ec0cbe

Please sign in to comment.