Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaobeichen/eslint-plugin-nuxt-client

💿 eslint nuxt plugin, do not use client variables on the server. 适用于nuxt的eslint插件,避免在服务端使用客户端变量,如window、document等
https://github.com/shaobeichen/eslint-plugin-nuxt-client

Last synced: about 1 month ago
JSON representation

💿 eslint nuxt plugin, do not use client variables on the server. 适用于nuxt的eslint插件,避免在服务端使用客户端变量,如window、document等

Awesome Lists containing this project

README

        

# eslint-plugin-nuxt-client

ESLint plugin for Nuxt.js, disallow use client variables on the server.

## Usage

1. Use our preset to extend recommended defaults:

```json
{
"extends": ["plugin:nuxt-client/recommended"]
}
```