web-backset.cn/apps/server/.eslintrc.json

8 lines
156 B
JSON
Raw Normal View History

2023-02-16 17:58:27 +08:00
{
"extends": "./node_modules/mwts/",
"ignorePatterns": ["node_modules", "dist", "test", "jest.config.js", "typings"],
"env": {
"jest": true
}
}