Last active
June 1, 2024 12:07
-
-
Save Nothing-Works/a970772c639853c387e16fd0c1808697 to your computer and use it in GitHub Desktop.
vite react eslint prettier
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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