Skip to content

Commit a2b0c37

Browse files
committed
init: Add .eslintrc
1 parent 8fcf7a0 commit a2b0c37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.eslintrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"env": {
3+
"node": true
4+
},
5+
"extends": [
6+
"eslint:recommended",
7+
"prettier"
8+
]
9+
}

0 commit comments

Comments
 (0)