LibertyDSNP / parquetjs

Fully asynchronous, pure JavaScript implementation of the Parquet file format with additional features
MIT License
55 stars 25 forks source link

Linting and Formatting #133

Closed wilwade closed 4 months ago

wilwade commented 4 months ago

Review Note: I split this into different commits so it would be easy to review that which wasn't automatically applied.

I suggest reviewing those commits instead of every line.

Problem

Styles and potential issues were all over without enforcing linting and formatting.

Closes: #34

Solution

Added linting and formatting.

Change summary:

Steps to Verify:

  1. npm i
  2. npm run lint
  3. npm run format
  4. npm run lint:fix