1.2.7 • Published 1 year ago

@svrbc/eslint-config v1.2.7

Weekly downloads
-
License
CC0-1.0
Repository
gitlab
Last release
1 year 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

2 years ago

1.1.0

2 years ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago