issues
search
infinite-loop-factory
/
app-factory
A platform for rapid, scalable app creation using reusable components and automation.
https://infinite-loop-factory.github.io/app-factory/
GNU General Public License v3.0
3
stars
0
forks
source link
feat: ✨ lint rule 추가
#33
Closed
gracefullight
closed
3 weeks ago
gracefullight
commented
3 weeks ago
설명 (Description)
biome 버전 최신화하고 두 가지 룰을 더 활성화했습니다.
19 에서 class sorting 할 수 있게 --unsafe 옵션 추가했습니다.
타입 오류 확인용 type-check 커맨드 전부 추가했습니다.
변경 내용 (Changes Made)
noNestedTurernary: 삼항연산자 중복사용 금지
https://biomejs.dev/linter/rules/no-nested-ternary/
useAwait: await가 없는 경우 async 함수 선언 금지
https://biomejs.dev/linter/rules/use-await/
감사합니다.
설명 (Description)
19 에서 class sorting 할 수 있게 --unsafe 옵션 추가했습니다.
변경 내용 (Changes Made)
감사합니다.