Socket
Book a DemoInstallSign in
Socket

@amedia/kragl

Package Overview
Dependencies
Maintainers
88
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amedia/kragl

Scripts to Lint

latest
Source
npmnpm
Version
5.1.0
Version published
Maintainers
88
Created
Source

kragl

Usage

npm install --save-dev @amedia/kragl

Add some scripts to your package.json:

{
  "devDependencies": {
    "@amedia/kragl": "^5.0.0"
  },
  "scripts": {
    "format": "kragl format",
    "lint": "kragl lint",
    "lint-fix": "kragl lint --fix"
  }
}

Add a root eslintrc.config.js:

export { eslintConfig as default } from '@amedia/kragl/eslint-config';

Add a root prettier.config.js:

export { default } from '@amedia/kragl/prettier-config';

FAQs

Package last updated on 14 Aug 2025

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