@ducky/eslint-config-react

2.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @ducky/eslint-config-react

Weekly Downloads

0

Version

2.1.0

License

ISC

Unpacked Size

2.9 kB

Total Files

4

Last publish

Collaborators

  • botducky
  • eirikmo
  • kdu002
  • jamesducky
  • duckyjake
  • nathan-bird