New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

eslint-config-gowento

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-gowento

Shared ESLint config used in Gowento projects.

latest
npmnpm
Version
8.5.1
Version published
Maintainers
4
Created
Source

eslint-config-gowento

Standard ESLint config used in Gowento projects.

NPM version Dependency Status Downloads

Features

  • Extends eslint-config-airbnb
  • Provides additional rules and recommended settings for language features and standard Gowento tooling through plugins:
    • eslint-plugin-ava
    • eslint-plugin-lodash
    • eslint-plugin-prettier
    • eslint-plugin-promise
    • eslint-plugin-react (provided by eslint-config-airbnb)
    • eslint-plugin-react-hooks

Install

# Using npm
npm install --save-dev eslint eslint-config-gowento
# Using yarn
yarn add eslint eslint-config-gowento --dev

Usage

Configuration

Configure ESLint to extend the standard Gowento configuration, using the recommended .eslintrc.js:

module.exports = {
  extends: 'gowento',
};

Configure Prettier to the standard Gowento configuration, using the recommended prettier.config.js:

/* eslint import/no-extraneous-dependencies: ["error", { "devDependencies": true }] */
module.exports = require('eslint-config-gowento/prettier.config');

License

MIT © Gowento

Keywords

eslint

FAQs

Package last updated on 11 Jul 2023

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