diff options
Diffstat (limited to 'scripts/frontend')
-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'); |