@smontero/fastify-az-jwt-verify
Version:
Azure JWT token verification plugin for Fastify
12 lines (11 loc) • 356 B
JavaScript
module.exports = {
extends: ['standard'],
rules: {
/*
This is inserted to make this compatible with prettier.
Once https://github.com/prettier/prettier/issues/3845 and https://github.com/prettier/prettier/issues/3847 are solved this might be not needed any more.
*/
'space-before-function-paren': 0,
curly: [2, 'all']
}
}