question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve the documentation for no-restricted-modules

See original GitHub issue

The current documentation for no-restricted-modules would benefit from more information and about its configuration and clearer examples of what its configuration options do. A good place to start would be to emulate the documentation for the similar no-restricted-imports rule.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
vibss2397commented, Oct 14, 2017

@kaicataldo i would definitely like to help,this will be my first contribution though so can i get a more clear idea on how to submit this.

0reactions
vibss2397commented, Oct 21, 2017

hey sorry for making this change so late,was busy,however do check it and tell if it was the thing you required.

Read more comments on GitHub >

github_iconTop Results From Across the Web

no-restricted-modules - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
Prevent Imports From Being Used With ESLint - Webtips
This will prevent two modules: lodash , and react to be imported. ... Restrict importing based on pattern matching: "no-restricted-imports": ["error", ...
Read more >
Policies & builtins — RestrictedPython 5.0 documentation
Predefined builtins¶. safe_builtins: a safe set of builtin modules and functions; limited_builtins: restricted sequence types (e. g. range , list and tuple ) ......
Read more >
ESLint Rule to restrict from importing full SDKs - Stack Overflow
... rule no-restricted-modules which acts as a counterpart to no-restricted-imports (it's even mentioned in the respective documentation).
Read more >
What's New In Python 3.9 — Python 3.11.1 documentation
PEP 614, relaxed grammar restrictions on decorators. ... Starting with Python 3.9.5 the ipaddress module no longer accepts any leading zeros in IPv4...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found