@ezpaarse-project/oxlint-config
v0.1.1
Published
oxlint configuration for projects of this organisation
Keywords
Readme
@ezpaarse-project/oxlint-config
How to use
JavaScript
- Add dev dependencies
npm i -D oxlint @ezpaarse-project/oxlint-config- Add base configuration to
extends
You'll need to have the configuration file created.
You can refer to documentation
touch .oxlintrc.json{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"extends": ["./node_modules/@ezpaarse-project/oxlint-config/js.jsonc"]
}TypeScript
- Add dev dependencies
npm i -D oxlint oxlint-tsgolint @ezpaarse-project/oxlint-config- Add base configuration to
extends
You'll need to have the configuration file created.
You can refer to documentation
touch .oxlintrc.json{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"extends": ["./node_modules/@ezpaarse-project/oxlint-config/ts.jsonc"]
}