1.6.0 • Published 30 days ago

globals-vitest v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
30 days 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

1.6.0

30 days ago

1.5.3

1 month ago

1.5.2

1 month ago

1.5.1

1 month ago

1.5.0

1 month ago