Skip to content

robertsargent/vite-plugin-biome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vite Plugin Biome

This is a Vite plugin for integrating the Biome linter into your Vite project.

Features

  • Integrates Biome linter into the Vite build process.
  • Prints Biome linter output to the console.

Installation

npm install vite-plugin-biome

Usage

Add the plugin to your vite.config.js

import biomePlugin from 'vite-plugin-biome';

export default {
  plugins: [biomePlugin()],
};

Check it out on GitHub

About

Vite plugin for using the Biome linter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.3%
  • JavaScript 41.7%