prashantpalikhe / nuxt-ssr-lit

SSR support for Lit elements in Nuxt3
Other
42 stars 7 forks source link

Added prettier and linted all files #12

Closed steveworkman closed 1 year ago

steveworkman commented 1 year ago

Fixes #10

The config that I've used for prettier are my personal preferences - we can adjust them as needed

// .prettierrc.js
module.exports = {
  printWidth: 120,
  trailingComma: "none",
  singleQuote: false,
  endOfLine: "auto"
};