Skip to content

Commit 005031a

Browse files
chore: add .eslintrc
1 parent 9fe53c6 commit 005031a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.eslintrc

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

0 commit comments

Comments
 (0)