Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.prettierrc.js - github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e29a8a17f2482a9af1386450cedaf26f3e27c3c (plain)
1
2
3
4
5
6
7
module.exports = {
  printWidth: 100,
  singleQuote: true,

  // https://github.com/tailwindlabs/prettier-plugin-tailwindcss
  plugins: [require('prettier-plugin-tailwindcss')],
};