Skip to content

Commit

Permalink
Remove code-level lint rules from gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCoyle committed Oct 16, 2019
1 parent 253523e commit 7959aa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gruntfile.js
@@ -1,5 +1,3 @@
/* eslint-disable global-require, no-param-reassign,
no-useless-concat, import/no-extraneous-dependencies */
module.exports = function (grunt) {
grunt.file.defaultEncoding = 'utf-8';
grunt.file.preserveBOM = true;
Expand Down

0 comments on commit 7959aa8

Please sign in to comment.