UNPKG

telegraf-ts

Version:
11 lines (10 loc) 287 B
module.exports = { root: true, extends: ["@frontendmonster"], rules: { "babel/camelcase": 0, // telegraf context is snake_case so we'll follow that convention "spaced-comment": 0, "@typescript-eslint/naming-convention": 0, "@typescript-eslint/ban-types": 0 }, };