This repository has been archived on 2025-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
node-apt/.hintrc
2022-12-14 12:57:47 -03:00

8 lines
96 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"typescript-config/strict": "off"
}
}