v1.0-230926 #27

Merged
FatttSnake merged 81 commits from dev into master 2023-09-26 11:06:08 +08:00
Showing only changes of commit ecbe156215 - Show all commits

View File

@@ -24,11 +24,10 @@ module.exports = {
rules: {
'no-cond-assign': 'error',
'eqeqeq': 'error',
'indent': ['error', 4, { 'SwitchCase': 1 }],
'prettier/prettier': [
'error',
{
endOfLine: 'auto'
endOfLine: 'auto',
}
],
'react-refresh/only-export-components': [