Skip to content

Commit

Permalink
remove eslint-disable
Browse files Browse the repository at this point in the history
closes #9
  • Loading branch information
scriptPilot committed Mar 1, 2024
1 parent 4139193 commit e27a58a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const serverStr = `
},`
const proxyStr = `
proxy: {
// eslint-disable-next-line no-useless-escape
'^(.+)\\\\.php': 'http://localhost:8000/',
},`
if (!viteConfigFileContent.match(regexStartOfServer)) {
Expand Down

0 comments on commit e27a58a

Please sign in to comment.