Added eslint declarations.

This commit is contained in:
Mike Cao 2022-11-03 21:33:37 -07:00
parent 1075325ec5
commit 6b13d3eaa3
7 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable no-console */
require('dotenv').config();
const fs = require('fs');
const path = require('path');

View File

@ -1,3 +1,4 @@
/* eslint-disable no-console */
const fs = require('fs');
const path = require('path');
const chalk = require('chalk');

View File

@ -1,3 +1,4 @@
/* eslint-disable no-console */
require('dotenv').config();
const fse = require('fs-extra');
const path = require('path');

View File

@ -1,3 +1,4 @@
/* eslint-disable no-console */
const fs = require('fs-extra');
const path = require('path');
const https = require('https');

View File

@ -1,3 +1,4 @@
/* eslint-disable no-console */
const fs = require('fs-extra');
const path = require('path');
const https = require('https');

View File

@ -1,3 +1,4 @@
/* eslint-disable no-console */
const fs = require('fs');
const path = require('path');
const prettier = require('prettier');

View File

@ -1,3 +1,4 @@
/* eslint-disable no-console */
require('dotenv').config();
const fs = require('fs');
const path = require('path');