ESLint Plugin for Baseline JavaScript

Default to the Web Platform Baseline, the cross‑browser compatibility standard. Ship code that works for everyone.

example.ts
const date = new Date();
const year = date.getYear();