This commit is contained in:
j m 2024-05-11 07:23:54 +08:00
parent bdcc6da566
commit 6e7f1b5cb6

View File

@ -11,8 +11,8 @@ module.exports = {
}, },
'rules': { 'rules': {
'indent': ['error', 2], 'indent': ['error', 2],
// 'linebreak-style': ['error', 'unix'], 'linebreak-style': ['error', 'unix'],
'linebreak-style': ['error', 'windows'], // 'linebreak-style': ['error', 'windows'],
'quotes': ['error', 'single'], 'quotes': ['error', 'single'],
'semi': ['error', 'never'], 'semi': ['error', 'never'],
'no-undef': ['off'], 'no-undef': ['off'],