Gemini
feat: add detailed logging
01d5a5d
raw
history blame
186 Bytes
// https://github.com/prettier/eslint-plugin-prettier
// https://github.com/prettier/eslint-config-prettier#installation
module.exports = {
extends: ['plugin:prettier/recommended']
};