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

eslint5

Choose a tag to compare

@TrySound TrySound released this 20 Jul 08:12
· 15 commits to master since this release

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';