style: 解决eslint换行符告警 (#139)

This commit is contained in:
GeeHon 2021-12-06 08:31:34 +08:00 committed by GitHub
parent 11bf711838
commit 8d65f8ee92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,12 @@ module.exports = {
argsIgnorePattern: "^_",
varsIgnorePattern: "^_"
}
],
"prettier/prettier": [
"error",
{
endOfLine: "auto"
}
]
}
};