slugify in model

This commit is contained in:
2018-05-17 13:11:57 +03:00
parent 1317015a0d
commit 325d01e945
4 changed files with 19 additions and 7 deletions

View File

@@ -9,6 +9,7 @@
}
],
"no-console": "off",
"no-underscore-dangle": ["warn", { "allow": ["_id"] }]
"no-underscore-dangle": ["warn", { "allow": ["_id"] }],
"func-names": "off"
}
}