mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 02:56:12 +01:00
518bae014e
- 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
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: "all",
|
|
singleQuote: true,
|
|
printWidth: 120
|
|
};
|