mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"extends": "./node_modules/mwts/",
|
|
"ignorePatterns": ["node_modules", "dist", "test", "jest.config.js", "typings"],
|
|
"env": {
|
|
"jest": true
|
|
},
|
|
"rules": {
|
|
"@typescript-eslint/ban-ts-ignore": "off",
|
|
"@typescript-eslint/ban-ts-comment": "off"
|
|
}
|
|
}
|