0.0.6 • Published 1 year ago

@c-ehrlich/eslint-plugin-use-server v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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",
    }
}
0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago