0.0.11 • Published 3 years ago

@rainthief/react-lint-config v0.0.11

Weekly downloads
-
License
OGL-UK-3.0
Repository
github
Last release
3 years ago

React Lint Config

This package provides linting configuration to React Apps.

Installation

This package can be installed via yarn or npm

npm

npm install @rainthief/react-lint-config

yarn

yarn add @rainthief/react-lint-config

Configuration

In the root of your project create the following files:

.eslintrc.js

const config = require('@rainthief/react-lint-config');
module.exports = config;

.stylelintrc

{
  "extends": ["@rainthief/react-lint-config/stylelint.config"]
}