2.5.1 • Published 1 year ago

@tarocch1/eslint-config v2.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Tarocch1's ESLint Config

npm npm bundle size npm GitHub

Install

npm install -D @tarocch1/eslint-config

Usage

For javascript

Basic javascript without typescript, react and vue.

module.exports = {
  extends: ['@tarocch1/eslint-config'],
}

For typescript

Basic typescript without react and vue.

module.exports = {
  extends: ['@tarocch1/eslint-config/typescript'],
}

For React (JavaScript)

Basic javascript with react.

module.exports = {
  extends: ['@tarocch1/eslint-config/react'],
}

For React (TypeScript)

Basic typescript with react.

module.exports = {
  extends: ['@tarocch1/eslint-config/react-typescript'],
}

For Vue (JavaScript)

Basic javascript with vue.

// vue2
module.exports = {
  extends: ['@tarocch1/eslint-config/vue'],
}

// vue3
module.exports = {
  extends: ['@tarocch1/eslint-config/vue3'],
}

For Vue (TypeScript)

Basic typescript with vue.

// vue2
module.exports = {
  extends: ['@tarocch1/eslint-config/vue-typescript'],
}

// vue3
module.exports = {
  extends: ['@tarocch1/eslint-config/vue3-typescript'],
}
2.5.0

1 year ago

2.5.1

1 year ago

2.3.0

2 years ago

2.4.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago