# .prettierrc # Use this file to define your defaults for prettier # For a list of all available options: # https://prettier.io/docs/en/options.html printWidth: 80 singleQuote: true semi: false