Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@algolia/eslint-plugin-satellite

Package Overview
Dependencies
Maintainers
83
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/eslint-plugin-satellite

## Getting started

latest
npmnpm
Version
4.5.0
Version published
Maintainers
83
Created
Source

@algolia/eslint-plugin-satellite

Getting started

$ yarn add @algolia/eslint-plugin-satellite

In your example .eslintrc.js:

const path = require("path");

module.exports = {
  plugins: ["@algolia/satellite"],

  settings: {
    satellite: {
      // Required
      tailwindConfigPath: path.resolve(__dirname, "./node_modules/@algolia/satellite/styles/tailwind.config.js")
      // Optional
      // prefixHelperName: 'stl'
    }
  },

  rules: {
    "@algolia/satellite/invalid-classnames": "error"
  }
};

Rules

  • invalid-classnames

FAQs

Package last updated on 02 Feb 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