Skip to content

Commit a9ed4fc

Browse files
use json for eslint
1 parent df2f337 commit a9ed4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.js renamed to .eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
{
22
"env": {
33
"node": true,
44
"es2021": true
@@ -27,4 +27,4 @@ module.exports = {
2727
"always"
2828
]
2929
}
30-
};
30+
}

0 commit comments

Comments
 (0)