npm.io
4.1.5 • Published 1 week ago

@inrupt/eslint-config-base

Licence
MIT
Version
4.1.5
Deps
18
Size
8 kB
Vulns
0
Weekly
4.5K
Stars
10

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