Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 955 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 955 Bytes

ESLint config for HRBrain

GitHub Packages LICENSE Apache-2.0 deploy

Usage

<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;

Contributing

Thanks!! We prepare contributing guide. Please check this file at first.

LICENSE (Apache-2.0)

See LICENSE file.