0.0.3 • Published 1 year ago

@calblueprint/eslint-config-react v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eslint-config-react

npm version

This package provides a shared ESLint configuration for use on React projects.

Usage

  1. Install this package as a development dependency:

    # with npm
    npm install --save-dev @calblueprint/eslint-config-react
    
    # with yarn
    yarn add --dev @calblueprint/eslint-config-react
  2. Install peer dependencies:

    # with npm or yarn
    npx install-peerdeps --dev @calblueprint/eslint-config-react
  3. Use the shared ESLint config in your project's .eslintrc.js:

    module.exports = {
      extends: ['@calblueprint/eslint-config-react'],
    };
  4. Test that the config is working by running npx eslint . in your project's root directory.

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago