Skip to content

Commit 5784f5b

Browse files
committed
chore(nodeplotlib): fix eslint config
1 parent 651c42b commit 5784f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/nodeplotlib/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["..\\..\\.eslintrc.json"],
2+
"extends": ["../../.eslintrc.json"],
33
"ignorePatterns": ["!**/*"],
44
"overrides": [
55
{

0 commit comments

Comments
 (0)