Skip to content

Commit cad02ed

Browse files
committed
Configure eslint
1 parent 5f9d755 commit cad02ed

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.eslintrc.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": [
3+
"eslint:recommended",
4+
"plugin:prettier/recommended",
5+
"plugin:@typescript-eslint/eslint-recommended",
6+
"plugin:@typescript-eslint/recommended"
7+
],
8+
"rules": {
9+
"no-console": "error"
10+
}
11+
}

0 commit comments

Comments
 (0)