Skip to content

A simple widget for managing Azure Dev Ops Repositories and Snyk Collections

Notifications You must be signed in to change notification settings

joelcollyer/snyk-repo-manager

Repository files navigation

Snyk/ADO Repository Manager

Getting Started

Prerequisites

  1. Node v18.x+
  2. Azure Dev Ops (ADO) Admin access
  3. Snyk Admin Access

Installation

  1. npm install
  2. Copy the .env.example to .env and fill in your settings
  3. npm run dev

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
}
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

About

A simple widget for managing Azure Dev Ops Repositories and Snyk Collections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published