@hugmanrique/eslint-config
v2.0.6
Published
Personal ESLint configuration
Maintainers
Readme
@hugmanrique/eslint-config
My personal ESLint configuration based on eslint:recommended.
It includes Prettier and is compatible with React and webpack.
Includes a TypeScript override based on the @typescript-eslint parser.
Install
$ npm install --save-dev eslint @hugmanrique/eslint-configUsage
Create an .eslintrc file in your project's root directory:
{
"extends": ["@hugmanrique/eslint-config"]
}You can further customize your config.
