2.0.0 • Published 1 year ago

@cowcoders/eslint-config v2.0.0

Weekly downloads
144
License
ISC
Repository
github
Last release
1 year ago

Installation

To install this package only need to execute in your project

npm install --save-dev @cowcoders/eslint-config

Or if you prefer yarn...

yarn add -D @cowcoders/eslint-config

Usage

To usage this eslint configuration you only need to add it in your eslintrc file like this:

module.exports = {
  extends: '@cowcoders/eslint-config'
}

Extra configs

This repo has a few more configurations if you want used it, you only need to change the extends configuration:

Typescript

ESLint config for TS projects:

module.exports = {
  extends: '@cowcoders/eslint-config/ts'
}

React

ESLint config for React projects:

module.exports = {
  extends: '@cowcoders/eslint-config/react'
}

React-Native

ESLint config for React-Native projects:

module.exports = {
  extends: '@cowcoders/eslint-config/react-native'
}

Vue

ESLint config for VueJS projects:

module.exports = {
  extends: '@cowcoders/eslint-config/vue'
}

LICENSE

MIT

2.0.0

1 year ago

1.5.5

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.12

2 years ago

1.2.11

3 years ago

1.2.10

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago