You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
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

4.0.3
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
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 12 Jun 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