UNPKG

multipassify-ts

Version:

This is an example TypeScript Package ready to be published on npm. It has been set up with automated tests and package publishing workflow using GitHub Actions CI/CD. It is made primarily for GitHub + VS Code (Windows / Mac / Linux) users who are about t

12 lines (11 loc) 265 B
{ "parser": "@typescript-eslint/parser", "extends": ["plugin:@typescript-eslint/recommended", "prettier"], "parserOptions": { "sourceType": "module" }, "rules": { "prettier/prettier": "error" }, "plugins": ["@typescript-eslint", "prettier"] }