MDL-66265 javascript: Ignore camelcase in Gruntfile

This commit is contained in:
Andrew Nicols 2019-08-28 08:04:46 +08:00
parent f59ac4166c
commit 9ec0cbe9ee

View File

@ -576,6 +576,7 @@ module.exports = function(grunt) {
};
if (relativePath) {
/* eslint-disable camelcase */
sub.relative_root = relativePath;
}