UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

20 lines (18 loc) 333 B
'use strict' const neostandard = require('neostandard') module.exports = [ ...neostandard({ ignores: [ 'lib/configValidator.js', 'lib/error-serializer.js', 'test/same-shape.test.js', 'test/types/import.js' ], ts: true }), { rules: { 'comma-dangle': ['error', 'never'] } } ]