mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
fix eslint config
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
}
|
||||
],
|
||||
"no-console": "off",
|
||||
"no-underscore-dangle": ["on", { "allow": ["_id"] }]
|
||||
"no-underscore-dangle": ["warn", { "allow": ["_id"] }]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user