Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Releases: TrySound/rollup-plugin-eslint

v7.0.0

24 Jun 14:28
Compare
Choose a tag to compare

Upgraded to eslint v6

v6.0.0

22 May 14:32
Compare
Choose a tag to compare
  • added fix option by @Shenfq
  • upgraded rollup to v1
  • dropped node v6 support

eslint5

20 Jul 08:12
Compare
Choose a tag to compare

In this release

  • eslint is upgraded to v5
  • node v4 support is dropped
  • api is changed to named export
- import eslint from 'rollup-plugin-eslint';
+ import { eslint } from 'rollup-plugin-eslint';