Skip to content

Commit

Permalink
fix: fix package main entrance
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobeichen committed Dec 2, 2022
1 parent f5497be commit 226f633
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
31 changes: 0 additions & 31 deletions docs/rules/no-globals-in-anywhere.md
Original file line number Diff line number Diff line change
@@ -1,31 +0,0 @@
# Do not use client variables on the server (no-globals-in-server)

Please describe the origin of the rule here.

## Rule Details

This rule aims to...

Examples of **incorrect** code for this rule:

```js
// fill me in
```

Examples of **correct** code for this rule:

```js
// fill me in
```

### Options

If there are any options, describe them here. Otherwise, delete this section.

## When Not To Use It

Give a short description of when it would be appropriate to turn off this rule.

## Further Reading

If there are other links that describe the issue this rule addresses, please include them here in a bulleted list.
31 changes: 0 additions & 31 deletions docs/rules/no-globals-in-server.md
Original file line number Diff line number Diff line change
@@ -1,31 +0,0 @@
# Do not use client variables on the server (no-globals-in-server)

Please describe the origin of the rule here.

## Rule Details

This rule aims to...

Examples of **incorrect** code for this rule:

```js
// fill me in
```

Examples of **correct** code for this rule:

```js
// fill me in
```

### Options

If there are any options, describe them here. Otherwise, delete this section.

## When Not To Use It

Give a short description of when it would be appropriate to turn off this rule.

## Further Reading

If there are other links that describe the issue this rule addresses, please include them here in a bulleted list.

0 comments on commit 226f633

Please sign in to comment.