chore: fix miscellaneous errors from linters (#1555)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
const absolutePath = new RegExp('^(?:[a-z]+:)?//', 'i');
|
||||
const normalizePath = path => path.replace(/[\\\/]+/g, '/');
|
||||
const normalizePath = path => path.replace(/[\\/]+/g, '/');
|
||||
|
||||
export function resolvePath(path, basePath) { // eslint-disable-line
|
||||
export function resolvePath(path, basePath) {
|
||||
// No path provided, skip
|
||||
if (!path) return null;
|
||||
|
||||
|
Reference in New Issue
Block a user