Skip to content

Commit e41ecde

Browse files
ESLint config added for both JS and TS
1 parent 45b430d commit e41ecde

File tree

3 files changed

+5743
-946
lines changed

3 files changed

+5743
-946
lines changed

.eslintrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
3+
"extends": ["standard-with-typescript", "airbnb", "prettier"],
4+
"plugins": ["prettier"],
5+
"rules": {}
6+
}

0 commit comments

Comments
 (0)