eslint-config-xo-bizon

ESLint shareable config to be used with xo

MIT 21 个版本
安装
npm install eslint-config-xo-bizon
yarn add eslint-config-xo-bizon
pnpm add eslint-config-xo-bizon
bun add eslint-config-xo-bizon
README

eslint-config-xo-bizon

npm version XO code style

ESLint shareable config to be used with xo.

Bizon

CI

Tests Release

Install

$ pnpm add -D eslint-config-xo-bizon

Example usage with XO

Create a xo.config.js file in your project root with the following content:

import xoBizon from 'eslint-config-xo-bizon'

/** @type {import('xo').FlatXoConfig} */
export default [...xoBizon]

Or in typescript:

import xoBizon from 'eslint-config-xo-bizon'

export default [...xoBizon] satisfies import('xo').FlatXoConfig

License

MIT © Bizon

Miscellaneous

    ╚⊙ ⊙╝
  ╚═(███)═╝
 ╚═(███)═╝
╚═(███)═╝
 ╚═(███)═╝
  ╚═(███)═╝
   ╚═(███)═╝
版本列表
4.5.0 2026-07-15
4.4.0 2026-07-02
4.3.0 2026-05-11
4.2.0 2026-01-13
4.1.3 2026-01-12
4.1.2 2026-01-08
4.1.1 2026-01-08
4.1.0 2026-01-08
4.0.0 2026-01-07
3.0.3 2024-03-06
3.0.2 2024-02-13
3.0.1 2024-02-08
3.0.0 2024-02-08
2.0.0 2023-08-03
1.2.0 2023-03-06
1.1.2 2022-11-21
1.1.1 2022-09-05
1.1.0 2022-09-05
1.0.2 2022-09-02
1.0.1 2022-08-15
1.0.0 2022-08-14