mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 11:40:04 +00:00
Version 3 starter
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