🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@qlik/oxfmt-config

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlik/oxfmt-config

Qlik's shared oxfmt config

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
2
Created
Source

@qlik/oxfmt-config

Oxfmt config to share among projects for consistent formatting. The config is based on oxfmt's default values except for printWidth which is set to 120 (default is 100), and enables package json sorting.

usage

Install @qlik/oxfmt-config as a devDependency in package.json.

Create an oxfmt.config.ts

import config from "@qlik/oxfmt-config";
import { defineConfig } from "oxfmt";

export default defineConfig({
  ...config,
  ignorePatterns: ["pnpm-lock.yaml"],
});

FAQs

Package last updated on 26 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts