mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 22:03:14 +02:00
7 lines
96 B
JSON
7 lines
96 B
JSON
{
|
|
"extends": "dtslint/dtslint.json",
|
|
"rules": {
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|