This website requires JavaScript.
Explore
Help
Sign In
danielsiepmann
/
tea
Watch
1
Star
0
mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced
2024-11-10 00:16:13 +01:00
Code
Activity
5986b09e81
tea
/
.prettierrc.js
7 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
[FEATURE] Add frontend linting (#120) Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com> Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
2020-10-31 15:04:44 +01:00
module
.
exports
=
{
[CLEANUP] Autoformat all files (#175) This will reduce unrelated autoformatting changes in other commits (and it also makes the code more readable).
2020-12-01 23:12:34 +01:00
semi
:
true
,
trailingComma
:
"all"
,
singleQuote
:
true
,
[TASK] Move npm tools and config to default places (#445) - Move npm tools and config to default places - Remove now unnecessary config file parameter from npm scripts - editorconfig and eslint config contradict, adapt editorconfig - switch JS indent linting to TYPO3 coding standard of 2 spaces - adapt composer scripts for new npm location
2022-05-18 17:17:45 +02:00
printWidth
:
120
[FEATURE] Add frontend linting (#120) Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com> Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
2020-10-31 15:04:44 +01:00
}
;
Copy permalink