7.0.0 • Published 6 years ago

rollup-plugin-eslint v7.0.0

Weekly downloads
12,561
License
MIT
Repository
github
Last release
6 years ago

rollup-plugin-eslint Travis Build Status

Rollup plugin to verify entry point and all imported files with ESLint.

Install

yarn add rollup-plugin-eslint --dev

Usage

import { rollup } from "rollup";
import { eslint } from "rollup-plugin-eslint";

export default {
  input: "main.js",
  plugins: [
    eslint({
      /* your options */
    })
  ]
};

Options

See more options here eslint-config.

You can also use eslint configuration in the form of a .eslintrc.* file in your project's root. It will be loaded automatically.

fix

Type: boolean
Default: false

If true, will auto fix source code.

throwOnError

Type: boolean
Default: false

If true, will throw an error if any errors were found.

throwOnWarning

Type: boolean
Default: false

If true, will throw an error if any warnings were found.

include

Type: array or string
Default: []

A single file, or array of files, to include when linting.

exclude

Type: array or string
Default: node_modules/**

A single file, or array of files, to exclude when linting.

formatter

Type: function or string
Default: stylish

Custom error formatter or the name of a built-in formatter.

License

MIT © Bogdan Chadkin

@lstmxx/axios-reflesh-tokencf-storybookbbt-editoraxios-reflesh-tokenreact-mxgraph-editorvideo-clip-ljsxdf-mini-libxdf-mini-lib-text@shiluodexiaobaitu/zcutilstakla-buildermdrokz-react-librarymanagement_background-ui@surmon-china/abc-factory@infinitebrahmanuniverse/nolb-rollup-plugin-e@hui_wu/test@everything-registry/sub-chunk-2680tcoffe-builderswagger-json-schema-requesttest-langtest-lib-xuefengwallhaven-type-apiweb-sdk-gray-javascriptworkspacedxdata-utils-btoolsxdf-mini-lib-testwhpxctgmmdvue-auto-track@coco-platform/bundle@common-web/rollup@computerrock/rollup-monorepo-bundler@conglomerate/weaverjslib-plugin-eslintjslib-servicejvdxlanhu-components5@chenxinyao99/rollup-templatestatic-site-scaffoldtypescript-libs-builderusexformtuhub-mars-cli@carry.liu/service-config@bzlab/swagger-cli@byorbit/or-ui-mercury@clearfacts/cf-storybook@clipped/plugin-eslint02_add_lodash@8btc/bbt-editor@codexgea/service-config@codexgea/test@codexgea/utils@deckshell/rocket@daviking/openlayersyoung5yzaxiosyxyy-utils-tsxs-tools-kitzeroer-toolvuex-oidc-reactivevuex-oidc-tsvue-template-ast-compilervue-media-query-pluginwcaptcha-jswebmonitortestunselfish@easyapp/wmp-scripts@frag-crypto/frag-core@frosti/config@khoanhd/test-module@loriensleafs/dom@loriensleafs/marionette-animated-region@lstmxx/axios-refresh-token@lemon-clown-wpg/rollup-config-react@monsterfeat/bstools@jarzzzi/nidavel@re-space/cli@sagacious/cli@sagacious/template-package@porterjs/rollup@redsift/redsift-bundler@sogody/experiment-framework@sogody/scopexjs@sogody/template-framework@reskript/cli-rollupmonoreactmesh-envoy-devtoolmy-mini-lib-textorange-ui-lxpagerefreshnvs-frontend-modulereact-component-library-view-ui-lxrollup-make-bundlesrollup-preset-esnextrobot_designrollup-config-signalsciencesrollup-jqueryreact-dom-fragmentscroll-intentsentineltestnode-copy-files
7.0.0

6 years ago

6.0.0

6 years ago

5.1.0

6 years ago

5.0.0

7 years ago

4.0.0

8 years ago

3.0.0

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago