ESLint config for HRBrain
<your-project>/.npmrc
@hrbrain:registry=https://npm.pkg.github.com
yarn add eslint @hrbrain/eslint-config
<your-project>/.eslintrc.js
/**
* @type {import('eslint').Linter.BaseConfig}
*/
const config = {
extends: ["@hrbrain/eslint-config/libs/configs/react"],
};
module.exports = config;
Thanks!! We prepare contributing guide. Please check this file at first.
See LICENSE file.