Skip to content

Instantly share code, notes, and snippets.

@luxplanjay
Last active February 28, 2024 06:26
Show Gist options
  • Save luxplanjay/7cc586ff00b63a1b572172e095135a63 to your computer and use it in GitHub Desktop.
Save luxplanjay/7cc586ff00b63a1b572172e095135a63 to your computer and use it in GitHub Desktop.
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"proseWrap": "always"
}
@resinner
Copy link

Дякувати)

@user-demon
Copy link

Дякую!

@H-Maksym
Copy link

H-Maksym commented Jun 4, 2022

Thank's!

@11sergii11
Copy link

Дякую

@Yevgen1984
Copy link

Дякую!

@LexusOrg
Copy link

Fine, need check,

Copy link

ghost commented Aug 13, 2022

Thanks!

@roman-vashchenko
Copy link

Дякую!)

@hrinkoo
Copy link

hrinkoo commented Sep 19, 2022

Дякую!

@mantr88
Copy link

mantr88 commented Sep 20, 2022

Thanks!!

@OlgaVerstak
Copy link

OlgaVerstak commented Sep 29, 2022

Почему в файле и в записи урока разные данные в строке "trailingComma": в файле - "es5", а в уроке "all". Какое значение верное?
А такой вариант верный:
{
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "ignore",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 120,
"proseWrap": "never",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": true,
"vueIndentScriptAndStyle": false,
"singleAttributePerLine": false
}

@ByteMe6
Copy link

ByteMe6 commented Dec 29, 2022

Спасибо

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment