Skip to content

Commit d085096

Browse files
authored
Merge pull request #27 from YugandharrPatil/ESLintConfig
ESLint config added for both JS and TS
2 parents 6525b44 + 0ff449f commit d085096

File tree

3 files changed

+5461
-282
lines changed

3 files changed

+5461
-282
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)