2.0.0 • Published 3 years ago

@cowcoders/eslint-config v2.0.0

Weekly downloads
144
License
ISC
Repository
github
Last release
3 years 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

3 years ago

1.5.5

3 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.12

4 years ago

1.2.11

4 years ago

1.2.10

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago