mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-24 08:43:31 +01:00
8 lines
151 B
JSON
8 lines
151 B
JSON
{
|
|
"extends": ["tslint:recommended", "tslint-config-prettier"],
|
|
"rules": {
|
|
"no-string-literal" : false,
|
|
"no-namespace" : false
|
|
}
|
|
}
|