1.2.7 • Published 12 months ago

@svrbc/eslint-config v1.2.7

Weekly downloads
-
License
CC0-1.0
Repository
gitlab
Last release
12 months ago

SVRBC ESLint Configuration

This is a default/base ESLint configuration for SVRBC projects.

Installation

npm install --save-dev @svrbc/eslint-config

In a standard node project

eslint.config.ts

import svrbcConfig from "../svrbc-eslint-config";

export default [
  ...svrbcConfig,
  {
    // overrides
  },
];

In a nuxt project

nuxt.config.ts

export default defineNuxtConfig({
  // ...
  modules: [
    // ...
    "@nuxt/eslint",
    // ...
  ],
  // ...
});

eslint.config.ts

import svrbcConfig from "../svrbc-eslint-config";
import withNuxt from ".nuxt/eslint.config.mjs";

export default withNuxt(...svrbcConfig, {
  // overrides
});

Development

npm run build && npm run test
1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.2.7

12 months ago

1.2.6

12 months ago

1.2.5

12 months ago

1.2.4

12 months ago

1.2.3

12 months ago

1.2.2

12 months ago

1.2.1

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago