UNPKG

@vercel/style-guide

Version:

Vercel's engineering style guide

12 lines (11 loc) 279 B
module.exports = { plugins: ['eslint-plugin-tsdoc'], rules: { /** * Require TSDoc comments conform to the TSDoc specification. * * 🚫 Not fixable - https://github.com/microsoft/tsdoc/tree/master/eslint-plugin */ 'tsdoc/syntax': 'error', }, };