To use this package, you need ESLint installed:
yarn add eslintTo pull these into your projects, there are two versions which can be used in tandem, but have different requirements:
Node.js
yarn add -D @ghadyani-eslint/eslint-config-node eslint-plugin-import eslint-plugin-sort-destructure-keysReact
NOTE: You also need react installed to use this version of Ghadyani ESLint.
yarn add -D @ghadyani-eslint/eslint-config-web @babel/eslint-parser eslint-plugin-compat eslint-plugin-react eslint-plugin-import eslint-plugin-sort-destructure-keys