Skip to content

Instantly share code, notes, and snippets.

@Nothing-Works
Last active June 1, 2024 12:07
Show Gist options
  • Select an option

  • Save Nothing-Works/a970772c639853c387e16fd0c1808697 to your computer and use it in GitHub Desktop.

Select an option

Save Nothing-Works/a970772c639853c387e16fd0c1808697 to your computer and use it in GitHub Desktop.
vite react eslint prettier
module.exports = {
experimentalTernaries: true,
semi: false,
singleQuote: true,
jsxSingleQuote: true,
arrowParens: "avoid",
};
// npm i prettier eslint-plugin-prettier eslint-config-prettier --save-dev
// "plugin:prettier/recommended"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment