mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
slugify in model
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
}
|
||||
],
|
||||
"no-console": "off",
|
||||
"no-underscore-dangle": ["warn", { "allow": ["_id"] }]
|
||||
"no-underscore-dangle": ["warn", { "allow": ["_id"] }],
|
||||
"func-names": "off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user