Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-ban-unko

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-ban-unko

The use of symbols resembling 💩 is not allowed.

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

eslint-plugin-ban-unko

ESLint plugin to ban the word "unko" and related terms from your codebase.

Installation

You can install the plugin using npm:

npm install eslint-plugin-ban-unko --save-dev

Usage

Add the plugin to your ESLint configuration file (e.g. .eslintrc.js):

module.exports = {
  plugins: ["ban-unko"],
  rules: {
    "ban-unko/no-unko": "error",
  },
};

Now, any usage of the word "unko" or related terms in your codebase will trigger an error.

Supported Words

See the following sources for currently banned words.

https://github.com/hiro0218/eslint-plugin-ban-unko/blob/main/lib/rules/no-unko.js#L1-L21

Keywords

FAQs

Package last updated on 17 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc