Skip to content

Instantly share code, notes, and snippets.

@MichaelDimmitt
Last active June 18, 2025 22:44
Show Gist options
  • Save MichaelDimmitt/d7f9692a765badfdc098ea4c88fb7abd to your computer and use it in GitHub Desktop.
Save MichaelDimmitt/d7f9692a765badfdc098ea4c88fb7abd to your computer and use it in GitHub Desktop.
eslint-investigation

https://github.com/dustinspecker/awesome-eslint?tab=readme-ov-file#configs-by-well-known-companiesorganizations

Javascript React Project

Typescript React Project

Diff the configs:

npm init
npx eslint --print-config eslint.config.mjs > ../temp1.json
npx eslint --print-config eslint.config.mjs > ../temp2.json

Change the installs:

npx install-peerdeps --dev eslint-config-airbnb
npm i eslint --save-dev
npm install @shopify/eslint-plugin --save-dev

https://github.com/davidjbradshaw/eslint-config-airbnb-babel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment