1.0.14 • Published 5 years ago

@joaosomoreira/parcel-plugin-eslint v1.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

@joaosomoreira/parcel-plugin-eslint

Using Plugin

To use this plugin, it just needs to be installed and listed as a dependency (or devDependency) in your package.json. Parcel will automatically pick up any plugins that are prefixed with parcel-plugin-

NPM

npm i @joaosomoreira/parcel-plugin-eslint -D

Yarn

yarn add @joaosomoreira/parcel-plugin-eslint -D

Config

This plugin has a default configuration set as:

{
  "root": true,
  "parserOptions": {
    "parser": "babel-eslint",
    "ecmaVersion": 2017,
    "sourceType": "module",
    "ecmaFeatures": {
        "jsx": true
    }
  },
  "extends": [
    "eslint:recommended"
  ],
  "ignorePatterns": ["node_modules/"],
  "env": {
    "browser": true,
    "node": true,
    "commonjs": true,
    "es6": true
  }
}

It will also pick up any eslint configuration files in your project and resolve them along with the default above.

Issues

Feel free to open any issues for problems or suggestions you find. Even better if you have a PR for these, all PRs will be reviewed.

1.0.14

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.0

5 years ago