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

eslint-config-vazco

Package Overview
Dependencies
Maintainers
7
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vazco

ESLint rules used in Vazco.eu projects

  • 7.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
544
decreased by-18.2%
Maintainers
7
Weekly downloads
 
Created
Source

vazco/eslint-config-vazco

Build Status peerDependencies devDependencies

Install

To install simply add this config (along with it's peer dependencies) to your project's dev-dependencies:

npm install --save-dev eslint-config-vazco
npx install-peerdeps --dev eslint-config-vazco

Usage

Extend your project's ESLint rules with our config. This can be done in few ways (for TypeScript projects replace vazco with vazco/typescript):

.eslintrc / .eslintrc.json
{
    "extends": "vazco",
    "rules": {
        // custom project rules
    }
}
.eslintrc.yaml
extends:
  - vazco

rules:
  // custom project rules
package.json
{
    "eslintConfig": {
        "extends": "vazco"
    }
}
Prettier workflow

Introducing prettier to project can be problematic. To avoid merge conflicts, all active branches should reformat code at the same time.

Later on code could be --fixed on every commit, with tools like lint-staged and pre-commit or husky

Changelog

All changes introduces in the config are tracked inside changelog file.

How to change the rules

All information regarding making changes in the config and versioning details can be found in contributing file.

Please read them before opening a Pull Request or suggesting a change.

License

Like every package maintained by Vazco, eslint-config-vazco is MIT licensed.

Keywords

FAQs

Package last updated on 14 Jan 2024

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