3.0.8 • Published 4 months ago

globals-vitest v3.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Quick start

Installation

npm install --save-dev globals-vitest

yarn add -D globals-vitest

pnpm add -D globals-vitest

Usage (Flat Config)

// eslint.config.js
import globalsVitest from 'globals-vitest';

export default [
  {
    languageOptions: {
      globals: {
        ...globalsVitest,
      },
    },
  },
];

For more information about globals configuration in ESLint, please consult the documentation.

Questions

Don’t hesitate to ask a question directly on the discussions board!

Changelog

Changes for every release are documented in the release notes and CHANGELOG file.

License

MIT

Copyright (c) 2024-present, Jakub FRS Freisler, FRSOURCE

2.1.6

8 months ago

2.1.5

8 months ago

2.1.8

8 months ago

3.0.4

6 months ago

3.0.3

6 months ago

3.0.2

6 months ago

3.0.1

6 months ago

3.0.8

4 months ago

3.0.7

5 months ago

3.0.6

5 months ago

3.0.5

5 months ago

2.1.4

9 months ago

2.1.2

10 months ago

2.1.1

10 months ago

2.1.3

9 months ago

2.1.0

10 months ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.5

12 months ago

2.0.4

12 months ago

2.0.1

1 year ago

1.6.0

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago