Remove unused ESLint disable directives (#22427)
This commit is contained in:
parent
c49213f0ea
commit
e6192eab9b
2 changed files with 2 additions and 2 deletions
|
@ -17,5 +17,5 @@ function formatPublicPath(host = '', path = '') {
|
|||
|
||||
const cdnHost = document.querySelector('meta[name=cdn-host]');
|
||||
|
||||
// eslint-disable-next-line camelcase, no-undef, no-unused-vars
|
||||
// eslint-disable-next-line no-undef
|
||||
__webpack_public_path__ = formatPublicPath(cdnHost ? cdnHost.content : '', process.env.PUBLIC_OUTPUT_PATH);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue