@saberhq/eslint-config-react
Advanced tools
Weekly downloads
Changelog
v2.1.0
Full Changelog: https://github.com/saber-hq/saber-build-common/compare/v2.0.5...v2.1.0
Readme
@saber-hq/eslint-config-react
Saber React ESLint config.
ESLint has issues with PNP. First, install the following:
yarn add -D eslint eslint-import-resolver-node eslint-plugin-import @rushstack/eslint-patch
Then, in your .eslintrc.js
, add:
"use strict";
require("@rushstack/eslint-patch/modern-module-resolution");
module.exports = {
extends: ["@saberhq/eslint-config-react"],
parserOptions: {
project: "tsconfig.json",
},
};
FAQs
Saber base React ESLint config
The npm package @saberhq/eslint-config-react receives a total of 601 weekly downloads. As such, @saberhq/eslint-config-react popularity was classified as not popular.
We found that @saberhq/eslint-config-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.