mirror of
https://github.com/certd/certd.git
synced 2026-05-17 22:07:34 +08:00
feat: 升级midway,支持esm
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"extends": "./node_modules/mwts/",
|
||||
"ignorePatterns": ["node_modules", "dist", "test", "jest.config.js", "typings"],
|
||||
"ignorePatterns": ["node_modules", "dist", "test", "typings"],
|
||||
"env": {
|
||||
"jest": true
|
||||
"mocha": true
|
||||
},
|
||||
"rules": {
|
||||
"max-len": ["error", 160],
|
||||
"@typescript-eslint/ban-ts-ignore": "off",
|
||||
"@typescript-eslint/ban-ts-comment": "off"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user