Release Notes for Cordova ESLint

3.0.0 (Mar 24, 2020)

  • GH-12 breaking: bump package version to 3.0.0-dev & dependencies upgrade
    • eslint@^6.8.0
    • eslint-config-standard@^14.1.1
    • eslint-plugin-import@^2.20.1
    • eslint-plugin-node@^11.0.0
  • GH-11 chore(dependency): drop eslint-config-semistandard

2.0.0 (Nov 11, 2019)

  • chore: update node requirement >= 10.13.0 & eslint@6.6.0
  • GH-10 feat: make base rules stricter & closer to semistandard
  • GH-9 docs: use new ‘overrides’ directive in sample config
  • GH-8 chore: update dependencies
  • GH-7 chore: increment package version to 2.0.0-dev
  • GH-5 Test all exported configurations
  • GH-6 Add GitHub Actions CI

1.0.0 (Nov 07, 2019)

  • GH-4 chore: updated package-lock & added RELEASENOTES.md
  • GH-3 chore: add .npmignore
  • GH-1 chore: added missing package repo & bug field
  • GH-2 chore: add .asf.yaml
  • chore: format, lint, & add Apache license
  • Release candidate
  • chore: create eslint config for cordova@9.x
  • Initial commit