]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/staff/share/.eslintrc
LP2045292 Color contrast for AngularJS patron bills
[Evergreen.git] / Open-ILS / src / eg2 / src / app / staff / 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 }