1.0.1 • Published 2 years ago

@digitalbits-blockchain/eslint-config v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@digitalbits/eslint-config

Usage

To install this package:

yarn add --dev \
  eslint \
  eslint-config-prettier \
  eslint-config-react \
  @typescript-eslint/eslint-plugin \
  @typescript-eslint/parser \
  eslint-plugin-jsdoc \
  eslint-plugin-prefer-arrow \
  eslint-plugin-jsdoc \
  @digitalbits/eslint-config

Then, extend our eslint config in your project's .eslintrc.js:

module.exports = {
  extends: ["@digitalbits/eslint-config"],
};
1.0.1

2 years ago