You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-12 15:41:53 +03:00
Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager
This commit is contained in:
6
frontend/jest.eslint.js
Normal file
6
frontend/jest.eslint.js
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
displayName: "ESLint",
|
||||
runner: "jest-runner-eslint",
|
||||
testMatch: ["<rootDir>/src/**/*.(js|jsx|ts|tsx)"],
|
||||
watchPlugins: ["jest-runner-eslint/watch-fix"],
|
||||
};
|
Reference in New Issue
Block a user