]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/app/share/.eslintrc
LP 2061136 follow-up: ng lint --fix
[working/Evergreen.git] / Open-ILS / src / eg2 / src / app / share / .eslintrc
1 {
2     "rules": {
3         // Temporarily turn of this rule for this dir only, per
4         // https://bugs.launchpad.net/evergreen/+bug/1959048/comments/2
5         // TODO: eventually adhere to this rule
6         "@angular-eslint/no-output-on-prefix": "off"
7     }
8 }