This package is now split into different packages based on the language / technology the rules support.
Consider updating to @superbet/eslint-config-typescript-react-jest
for similar functionality.
ESLint statically analyzes your code to quickly find problems. ESLint is built into most text editors and you can run ESLint as part of your continuous integration pipeline.
npm install @superbet/eslint-config --save-dev
Also add Peer Dependencies:
npm install eslint prettier typescript --save-dev
{
"extends": "@superbet/eslint-config"
}
Using .eslintrc
file
Or
module.exports = {
extends: "@superbet/eslint-config",
};
Using .eslintrc.js
file
Create a discussion on GitHub or learn how to make a contribution.