🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@c-ehrlich/eslint-plugin-use-server

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
e

@c-ehrlich/eslint-plugin-use-server

An ESLint plugin to disallow top-level 'use server' directives

0.0.6
latest
65

Supply Chain Security

100

Vulnerability

61

Quality

80

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Version published
Maintainers
0
Created
Issues
1

@c-ehrlich/eslint-plugin-use-server

Disallows top level "use server"

Instructions

Add the following to your eslintrc:

{
    plugins: [
        // other plugins...
        "@c-ehrlich/eslint-plugin-use-server",
    ],
    rules: {
        // other rules...
        "@c-ehrlich/use-server/no-top-level-use-server": "error",
    }
}

FAQs

Package last updated on 03 Jul 2024

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