chore: fix lint and exclude config files
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
/* global process, module */
|
||||||
const BASE_URL = process.env.TEST_URL || 'http://localhost:3000';
|
const BASE_URL = process.env.TEST_URL || 'http://localhost:3000';
|
||||||
const REFERENCE_URL = process.env.REFERENCE_URL || 'https://klz-cables.com';
|
const REFERENCE_URL = process.env.REFERENCE_URL || 'https://klz-cables.com';
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ export default [
|
|||||||
"**/.git/**",
|
"**/.git/**",
|
||||||
"*.js",
|
"*.js",
|
||||||
"*.mjs",
|
"*.mjs",
|
||||||
|
"*.cjs",
|
||||||
"scripts/**",
|
"scripts/**",
|
||||||
"tests/**",
|
"tests/**",
|
||||||
"next-env.d.ts",
|
"next-env.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user