🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@opvious/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opvious/eslint-plugin

Shared linting config

latest
Source
npmnpm
Version
0.12.0
Version published
Weekly downloads
515
278.68%
Maintainers
1
Weekly downloads
 
Created
Source

ESLint plugin

Shared linting configuration.

Quickstart

First, install ESLint and this plugin:

$ npm i -D eslint @opvious/eslint-plugin

Then reference this plugin in .eslintrc.js:

module.exports = {
  plugins: ['@opvious'],
  extends: ['plugin:@opvious/typescript'], // One of the configurations below.
  // Project-specific configuration...
};

Configurations

  • typescript, defaults for a TypeScript project. The corresponding parser is included in the plugin.

Keywords

eslint

FAQs

Package last updated on 23 Nov 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