diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-23 11:53:12 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-23 11:53:12 -0500 |
commit | 569b06cf20b455c606171667d73003aff5520c0e (patch) | |
tree | 9b0c035ec2e3b019cb39a893240863a1bfd15baa /scripts | |
parent | 9238c5d5ca22d2fddc0c78a34dc063c8d3abb79e (diff) | |
download | gitlab-ce-569b06cf20b455c606171667d73003aff5520c0e.tar.gz |
update eslintignore for node scripts
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/frontend/frontend_script_utils.js | 1 | ||||
-rw-r--r-- | scripts/frontend/prettier.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/frontend/frontend_script_utils.js b/scripts/frontend/frontend_script_utils.js index bbc1203262d..e42b912d359 100644 --- a/scripts/frontend/frontend_script_utils.js +++ b/scripts/frontend/frontend_script_utils.js @@ -1,4 +1,3 @@ -/* eslint import/no-commonjs: "off" */ const execFileSync = require('child_process').execFileSync; const exec = (command, args) => { diff --git a/scripts/frontend/prettier.js b/scripts/frontend/prettier.js index 94506eed619..2708340b48e 100644 --- a/scripts/frontend/prettier.js +++ b/scripts/frontend/prettier.js @@ -1,4 +1,3 @@ -/* eslint import/no-commonjs: "off", import/no-extraneous-dependencies: "off", no-console: "off" */ const glob = require('glob'); const prettier = require('prettier'); const fs = require('fs'); |