Skip to content

Commit 0487a18

Browse files
committed
docs: no need for eslint-env because standard config already set the node env
1 parent ab7f38d commit 0487a18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/eslint-config-standard/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ npm add --dev @vue/eslint-config-standard @rushstack/eslint-patch
2323
An example `.eslintrc.cjs`:
2424

2525
```js
26-
/* eslint-env node */
2726
require("@rushstack/eslint-patch/modern-module-resolution")
2827

2928
module.exports = {
@@ -45,7 +44,6 @@ In that case, we provided a helper function to simplify the task.
4544
For example, it is a widely accepted convention to use `@` as an alias to the `src` folder in the Vue ecosystem. To enable this, you can use the following config:
4645

4746
```js
48-
/* eslint-env node */
4947
require('@rushstack/eslint-patch/modern-module-resolution')
5048

5149
const path = require('node:path')

0 commit comments

Comments
 (0)