chore: tidy up linters

This commit is contained in:
Kim, Jimin 2023-07-02 13:47:06 +09:00
parent a3ef31f846
commit 4a7ced5550
30 changed files with 1101 additions and 3482 deletions

4
.eslintrc Normal file
View file

@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@developomp-site/eslint-config"]
}