1.0.1 • Published 4 years ago

@cross.team/gatsby-theme-eslint v1.0.1

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

@cross.team/gatsby-theme-eslint

The @cross.team/gatsby-theme-eslint package installs the following eslint packages to your project:

eslint
eslint-config-prettier
eslint-config-standard
eslint-friendly-formatter
eslint-loader
eslint-plugin-import
eslint-plugin-jes
eslint-plugin-json
eslint-plugin-node
eslint-plugin-prettier
eslint-plugin-promise
eslint-plugin-react-hooks
eslint-plugin-standard

Installation

// with npm
npm install @cross.team/gatsby-theme-eslint

// with yarn
yarn add @cross.team/gatsby-theme-eslint

How to use

Make sure to add @cross.team/gatsby-theme-eslint to the plugins array in your gatsby-config.js file:

module.exports = {
  plugins: [
    '@cross.team/gatsby-theme-eslint',
  ],
}