@witheslint/preset-solid

1.18.0 • Public • Published

Usage

  1. install the preset along with the core package:
pnpm i -D eslint @witheslint/core @witheslint/preset-solid
  1. create eslint.config.mjs in your project root:
import { defineConfig } from '@witheslint/core'
import { presetSolid } from '@witheslint/preset-solid'

export default defineConfig({
  presets: [presetSolid()]
})

[!TIP] Or use with the main witheslint package:

pnpm i -D eslint witheslint
import { defineConfig, presetSolid } from 'witheslint'

export default defineConfig({
  presets: [presetSolid()]
})

Support

Included Plugins

Prefix Plugin & Parser Description
solid/* eslint-plugin-solid Solid-specific linting rules

Package Sidebar

Install

npm i @witheslint/preset-solid

Weekly Downloads

55

Version

1.18.0

License

MIT

Unpacked Size

12.6 kB

Total Files

5

Last publish

Collaborators

  • usings