Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cowcoders/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cowcoders/eslint-config

ESLint rules for Cowcoders

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

@cowcoders/eslint-config

ESLint rules for CowCoders 🐄


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

FAQs

Package last updated on 09 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc