.hintrc 146 B

123456789
  1. {
  2. "extends": [
  3. "development"
  4. ],
  5. "hints": {
  6. "typescript-config/consistent-casing": "off",
  7. "typescript-config/strict": "off"
  8. }
  9. }