1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Skip LDAP user creation if not sync'ed

This commit is contained in:
HarveyKandola 2022-01-12 14:12:51 -05:00
parent 4b89f3b1c2
commit a97b6b22d9
6 changed files with 27 additions and 22 deletions

View file

@ -15,6 +15,16 @@ module.exports = {
browser: true
},
rules: {
"ember/no-classic-classes": "off",
"ember/require-tagless-components": "off",
"ember/require-computed-property-dependencies": "off",
"ember/no-classic-components": "off",
"ember/no-assignment-of-untracked-properties-used-in-tracking-contexts": "off",
"ember/no-component-lifecycle-hooks": "off",
"ember/no-get": "off",
"ember/no-jquery": "off",
"ember/no-mixins": "off",
"ember/no-actions-hash": "off"
},
overrides: [
// node files