Socket
Book a DemoInstallSign in
Socket

@inrupt/eslint-config-base

Package Overview
Dependencies
Maintainers
5
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inrupt/eslint-config-base

Shared eslint config for Javascript at @inrupt

latest
Source
npmnpm
Version
4.0.5
Version published
Maintainers
5
Created
Source

eslint-config-inrupt-base

ESlint config which is the base for all inrupt projects.

This ruleset is applicable to library code and applications. It should be extended with framework-specific rulesets where applicable (e.g. NextJS).

Usage

In order to use this style configuration, you'll need to import it in your ESLint eslint.config.js:

import inruptCfg from "@inrupt/eslint-config-base"

import { defineConfig } from "eslint/config";

export default defineConfig([
  inruptCfg, 
  // ...
]);

Keywords

eslint

FAQs

Package last updated on 21 Jul 2025

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