This is an automated email from the ASF dual-hosted git repository.
randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
The following commit(s) were added to refs/heads/master by this push:
new f50583b Mark annotator packages as internal for eslint-plugin-import
f50583b is described below
commit f50583bcfe35165ce46f18ed60e5c90cd5c0a5f5
Author: Randall Leeds <[email protected]>
AuthorDate: Sun Sep 20 01:40:03 2020 -0700
Mark annotator packages as internal for eslint-plugin-import
---
.eslintrc.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/.eslintrc.js b/.eslintrc.js
index 7249980..4542721 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -72,6 +72,7 @@ module.exports = {
],
},
settings: {
+ 'import/internal-regex': '^@annotator/',
'import/resolver': {
'babel-module': babelModuleResolver.options,
},