.ncurc.json 218 B

123456789101112
  1. {
  2. "upgrade": false,
  3. "reject": [
  4. "os-name",
  5. "marked",
  6. "chai",
  7. "eslint",
  8. "@typescript-eslint/eslint-plugin",
  9. "@typescript-eslint/parser",
  10. "cheerio"
  11. ]
  12. }