New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@prazdevs/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prazdevs/eslint-config

Get this config by extending [`@prazdevs/eslint-config`](https://www.npmjs.com/package/@prazdevs/eslint-config).

3.2.1
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

ESLint config w/ Prettier formatting

Get this config by extending @prazdevs/eslint-config.

Not interested in Prettier formatting? Check out @prazdevs/eslint-config-vue.

Prerequisites

This config needs the following dependencies installed:

'eslint': '>=7.30.0',
'prettier': '>=2.3.2',

Plugins

This config uses the following plugins:

'prettier',

Extends

This config extends the following configs:

'@prazdevs/eslint-config-vue', 
'plugin:prettier/recommended'

Rules

This config adds/modifies the following rules:

// prettier config
'prettier/prettier': [
  'error',
  {
    arrowParens: 'avoid',
    proseWrap: 'always',
    quoteProps: 'consistent',
    semi: false,
    singleQuote: true,
  },
],

Note: using this config will disable most of @prazdevs/eslint-config-javascript stylistic rules as Prettier now handles them.

FAQs

Package last updated on 21 Apr 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