Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 758 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 758 Bytes

Hello Contributor,

Here's a list of tips and tricks that will help you get started.

Ramping Up!

Important Concepts

  • Static Analysis
  • ASTs
  • Polyfills
  • TypeScript
  • WebIDL

Benchmarking

Benchmarking (npm run benchmarks) helps prevent performance regression.

Related Projects

eslint-plugin-compat relies on other projects to provide information about web APIs so that it can properly analyze your code. It is recommended that you go through related projects and understand each one at a high level.

Editor Configuration

See these docs to make sure your text editor is properly configured.