Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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等
- Host: GitHub
- URL: https://github.com/shaobeichen/eslint-plugin-nuxt-client
- Owner: shaobeichen
- License: mit
- Created: 2022-11-22T10:54:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T08:19:45.000Z (about 2 years ago)
- Last Synced: 2024-10-29T22:30:00.260Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 329 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"]
}
```