mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
add lint config "endOfLine : auto"
This commit is contained in:
parent
a4ae5324d5
commit
3d1372e6ec
@ -4,5 +4,6 @@ module.exports = {
|
|||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
trailingComma: "all",
|
trailingComma: "all",
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
bracketSpacing: true
|
bracketSpacing: true,
|
||||||
|
endOfLine: "auto",
|
||||||
};
|
};
|
||||||
|
|||||||
@ -5,4 +5,5 @@ module.exports = {
|
|||||||
trailingComma: "all",
|
trailingComma: "all",
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
bracketSpacing: true,
|
bracketSpacing: true,
|
||||||
|
endOfLine: "auto",
|
||||||
};
|
};
|
||||||
|
|||||||
@ -4,5 +4,6 @@ module.exports = {
|
|||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
trailingComma: "all",
|
trailingComma: "all",
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
bracketSpacing: true
|
bracketSpacing: true,
|
||||||
|
endOfLine: "auto",
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user