Skip to content

@witheslint/preset-solid

✨ The solid preset for witheslint.

Installation

Terminal window
pnpm add -D eslint witheslint
# pnpm add -D eslint @witheslint/core @witheslint/preset-solid

Reference

eslint.config.js
import { defineConfig, presetSolid } from 'witheslint'
// import { defineConfig } from '@witheslint/core'
// import { presetSolid } from '@witheslint/preset-solid'
export default defineConfig({
presets: [
presetSolid(),
// ...other presets
],
})

See customization for more details.