Skip to content

Instantly share code, notes, and snippets.

@simply-alliv
Created October 18, 2019 20:43
Show Gist options
  • Save simply-alliv/18c38ee1f38ed50062d9bf56073956e5 to your computer and use it in GitHub Desktop.
Save simply-alliv/18c38ee1f38ed50062d9bf56073956e5 to your computer and use it in GitHub Desktop.
Prettier configuration file that enforces the use of single quotes
/* eslint-disable no-undef */
module.exports = {
singleQuote: true
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment