0.0.2 • Published 5 years ago

eslint-config-chiedo-labs-nextjs v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

React ESLint Config for Next.js

This is the Chiedo Labs eslint configuration file for React.JS projects using Next.js It extends Chiedo Labs' React ESLint Config, which is based on the Airbnb eslint config.

This config only has minor changes from Chiedo Labs' React config.

Installation

Install this eslint config on npm by running

  yarn add --dev eslint eslint-config-chiedo-labs-nextjs eslint-config-chiedo-labs-react eslint-config-airbnb eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y

Add to your project by creating an .eslintrc file and then setting the contents to the following.

  {
    "extends": "eslint-config-chiedo-labs-nextjs"
  }

Update package.json to always download latest version of Chiedo Labs eslint config:

"eslint-config-chiedo-labs-nextjs": "latest",

Development

  1. Make a change
  2. Commit your changes to git and push your changes to a branch on Github.
  3. Submit a pull request

Deployment (For those with access)

  1. run npm login in the terminal
  2. run npm version patch
  3. run npm publish