New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@autoanki/config

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autoanki/config

Autoanki configuration file logic

latest
Source
npmnpm
Version
0.0.16
Version published
Maintainers
1
Created
Source

@autoanki/config

The whole Autoanki system was designed to be flexibility. With flexibility comes configuration complexity and the goal of this module is to define and implement an (arguably opinionated) way for users to provide configuration for @autoanki packages.

Who should be interested in this package

  • Developers who what to develop applications on top of the @autoanki packages and who don't want to roll their own configuration system.

Design

  • The design goals of a configuration system for autoanki are somewhat similar to the one of a famous linter in the JavaScript ecosystem, eslint.
    • Also the configuration system for autoanki should allow users to:
      • Share common configuration for many files.
      • Allow configuration to be inherited and overridden in a flexible manner.
    • We take the lessons that the eslint developers learnt and start right away with a flat configuration approach.

Keywords

anki

FAQs

Package last updated on 21 Mar 2023

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