Add an ESLint rule to prevent additions of new `bind` usages in annotator/ code
Add a lint rule to ensure that new developers do not use `bind` in annotator/ code. This only applies to first-party code. Third-party code used in the annotation layer is still at-risk of being broken by old `bind` polyfills.
Showing
src/annotator/.eslintrc.js
0 → 100644
Please register or sign in to comment