2.1.0 • Published 7 months ago

@ducky/eslint-config-react v2.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Commitizen friendly semantic-release

Ducky react eslint config

Install

  • npm install -D @ducky/eslint-config-react
  • use in eslint as an entry in extends
// .eslintrc.js
module.exports = {
  parser: 'babel-eslint',
  parserOptions: {
    ecmaVersion: 2016,
    sourceType: 'module',
    ecmaFeatures: {
      jsx: true,
    },
  },
  extends: [
    '@ducky/eslint-config-react'
  ]
};
  • install peer dependencies