@grantgryczan/eslint-config
v1.1.0
Published
Grant Gryczan's ESLint config
Maintainers
Readme
Grant Gryczan's ESLint Config
To use this ESLint config, run the following command.
npm i --save-dev eslint @grantgryczan/eslint-configThen create an .eslintrc file with the following contents.
{
"extends": "@grantgryczan"
}If you're using TypeScript, also run this.
npm i --save-dev @typescript-eslint/parser @typescript-eslint/eslint-pluginIf you're using Next, also run this.
npm i --save-dev eslint-config-nextIf you're using React (but not Next since Next comes with this already), also run this.
npm i --save-dev eslint-plugin-react eslint-plugin-react-hooks