mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-20 20:39:10 +00:00
* feat: install biome * chore: remove eslint * chore: remove prettier * chore: fix lint issues * chore: added biome precommit hook
8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
/**
|
|
* @license
|
|
* Copyright 2025 BrowserOS
|
|
*/
|
|
import checkLicenseRule from './check-license-rule.js'
|
|
|
|
export default { rules: { 'check-license': checkLicenseRule } }
|