cool-admin-midway/packages/core/_.eslintrc.json
2023-04-04 09:15:48 +08:00

8 lines
156 B
JSON

{
"extends": "./node_modules/mwts/",
"ignorePatterns": ["node_modules", "dist", "test", "jest.config.js", "typings"],
"env": {
"jest": true
}
}