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

v4.0.0

Compare
Choose a tag to compare
@hzoo hzoo released this 17 Nov 21:47
· 51 commits to master since this release

Breaking Change

  • Drop node < 4 #113

New Feature

  • babel/no-invalid-this: doesn't fail when inside class properties #101
class A {
  a = this.b;
}

Deprecated Rules #115

Many rules are built-in now since ESLint supports es2017, etc