https://github.com/BoltDoggy/parcel-plugin-eslint
📦 Make Parcel support ESlint.
https://github.com/BoltDoggy/parcel-plugin-eslint
eslint parcel parcel-plugin
Last synced: 5 months ago
JSON representation
📦 Make Parcel support ESlint.
- Host: GitHub
- URL: https://github.com/BoltDoggy/parcel-plugin-eslint
- Owner: BoltDoggy
- Archived: true
- Created: 2017-12-11T08:56:24.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-10-22T15:04:57.000Z (over 5 years ago)
- Last Synced: 2024-10-31T03:50:35.818Z (6 months ago)
- Topics: eslint, parcel, parcel-plugin
- Language: JavaScript
- Homepage:
- Size: 112 KB
- Stars: 23
- Watchers: 3
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-parcel - ESLint - Plugin for ESlint support. (Plugins / Other)
README
# parcel-plugin-eslint [](https://www.npmjs.com/package/parcel-plugin-eslint) [](https://david-dm.org/BoltDoggy/parcel-plugin-eslint)
> Stability: 1 - Experimental This feature is still under active development and subject to non-backwards compatible changes, or even removal, in any future version. Use of the feature is not recommended in production environments.
__Make Parcel support ESlint.__
[【What's the Parcel】](https://parceljs.org/)[【What's the ESlint】](https://eslint.org/)
## Using Plugin
> Using plugins in Parcel could not be any simpler. All you need to do is install them and save in your package.json. Plugins should be named with the prefix parcel-plugin-, e.g. parcel-plugin-foo. Any dependencies listed in package.json with this prefix will be automatically loaded during initialization.
You must `node >= 8`
```
npm i parcel-plugin-eslint -D
```## Examples
* [default](https://github.com/lc60005457/parcel-vue-demo) - Maybe you like [parcel-plugin-vue](https://github.com/lc60005457/parcel-plugin-vue)
## Make some issues clear
### You Should install parcel-bundler yourself
The plugins for parcel-bundler need a same version of parcel-bundler at runtime.
### You Should install eslint yourself
You can choose the version of Eslint yourself.