mirror of
https://github.com/learnk8s/learnk8s.io.git
synced 2026-02-14 16:39:52 +00:00
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
module.exports = {
|
|
semi: false,
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
jsxSingleQuote: true,
|
|
}; |