Skip to content

Commit 2c8a05e

Browse files
Updated eslintc
Signed-off-by: Moulik Aggarwal <[email protected]>
1 parent 0f61272 commit 2c8a05e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.eslintrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "eslint:recommended",
3+
"rules": {
4+
"yoda": "error",
5+
"wrap-iife": "error"
6+
}
7+
}

0 commit comments

Comments
 (0)