mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
13 lines
283 B
JSON
13 lines
283 B
JSON
{
|
|
"extends": "./node_modules/mwts/",
|
|
"ignorePatterns": ["node_modules", "dist", "test", "typings"],
|
|
"env": {
|
|
"mocha": true
|
|
},
|
|
"rules": {
|
|
"max-len": ["error", 160],
|
|
"@typescript-eslint/ban-ts-ignore": "off",
|
|
"@typescript-eslint/ban-ts-comment": "off"
|
|
}
|
|
}
|