axios-cache-interceptor/.prettierrc.js
Hazork 19d0e9b69e style: prettier and changelog config changes
For prettier always use plugins and the changelog not get spammed with commit comments.
2021-11-15 10:58:19 -03:00

7 lines
208 B
JavaScript

// https://github.com/ArthurFiorette/prettier-config
module.exports = require('@arthurfiorette/prettier-config')({
tsdoc: true,
plugins: ['prettier-plugin-jsdoc', 'prettier-plugin-organize-imports']
});