Closed celso-henrique closed 7 years ago
Expected "[" and "]" to be on the same line (standard/computed-property-even-spacing)
Ex: attendancesByStudentId[studentId] = attendancesByStudentId[studentId] || [];
Prettier standard will turn it into: attendancesByStudentId[studentId] = attendancesByStudentId[ studentId ] || [];
In this case maybe it should be on the same line.
Could you post this issue on https://github.com/prettier/prettier ?
okay 👍
Expected "[" and "]" to be on the same line (standard/computed-property-even-spacing)
Ex: attendancesByStudentId[studentId] = attendancesByStudentId[studentId] || [];
Prettier standard will turn it into: attendancesByStudentId[studentId] = attendancesByStudentId[ studentId ] || [];
In this case maybe it should be on the same line.