eslint-config-iroot
TypeScript icon, indicating that this package has built-in type declarations

1.5.1 • Public • Published

eslint-config-iroot

Installation

Install eslint-config-iroot via yarn or npm.

$ yarn add eslint-config-iroot -D

<!-- universal dependency -->
$ yarn add eslint prettier -D

Vue project

$ yarn add eslint-plugin-vue -D

React project

$ yarn add eslint-plugin-react eslint-plugin-react-hooks -D

Typescript need additional installation

$ yarn add @typescript-eslint/eslint-plugin @typescript-eslint/parser -D

Rules

  • @clings/eslint-plugin-node
  • eslint-config-airbnb-base
  • eslint-config-prettier
  • eslint-plugin-import
  • eslint-plugin-jsx-a11y
  • eslint-plugin-prettier

Rules Details

🔗 base

🔗 typescript

🔗 vue

🔗 react

module.exports = {
  root: true,
  extends: ['iroot/base'],
  extends: ['iroot/typescript'],
  extends: ['iroot/vue'],
  extends: ['iroot/react']
  // choose one
  // typescript extends base
}

// typescript extends base  For example, the ts-react project 'extends': ['iroot/react'],
// when initializing, ts/js are set automatically so there is no need to inherit typescript

Package Sidebar

Install

npm i eslint-config-iroot

Weekly Downloads

2

Version

1.5.1

License

MIT

Unpacked Size

11.8 kB

Total Files

10

Last publish

Collaborators

  • zaire