This commit is contained in:
DelLevin-Home
2026-03-10 22:06:32 +08:00
commit a4a326401e
19281 changed files with 2255158 additions and 0 deletions

19
node_modules/@babel/eslint-parser/README.md generated vendored Normal file
View File

@@ -0,0 +1,19 @@
# @babel/eslint-parser
> allows you to lint all valid Babel code with the fantastic ESLint
See our website [@babel/eslint-parser](https://babeljs.io/docs/babel-eslint-parser) for more information or the [issues](https://github.com/babel/babel/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22area%3A%20eslint%22) associated with this package.
## Install
Using npm:
```sh
npm install --save-dev @babel/eslint-parser
```
or using yarn:
```sh
yarn add @babel/eslint-parser --dev
```