Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@calibur/skr-template

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@calibur/skr-template - npm Package Compare versions

Comparing version 0.0.35-alpha.0 to 0.0.36-alpha.0

vue3-ts-component/_eslintrc.js

4

package.json
{
"name": "@calibur/skr-template",
"version": "0.0.35-alpha.0",
"version": "0.0.36-alpha.0",
"author": "falstack <icesilt@outlook.com>",
"license": "MIT",
"gitHead": "3a8da4ca3bcce000d1227cf5d56da1a1d41812e9"
"gitHead": "a7adcb4aa7b1845fcc1da209287cea4e80d10634"
}

@@ -11,2 +11,3 @@ {

"dev": "vite",
"lint": "eslint --ext js,jsx,ts,tsx,vue . --fix",
"build": "vue-tsc --noEmit && vite build",

@@ -24,7 +25,19 @@ "serve": "vite preview"

"sass": "<%= sass %>",
"typescript": "<%= typescript %>",
"vite": "<%= vite %>",
"vite-plugin-host": "<%= vite-plugin-host %>",
"vue-tsc": "<%= vue-tsc %>"
"vue-tsc": "<%= vue-tsc %>",
<% if (isMonorepo) { %>
"@types/node": "<%= @types/node %>",
"@typescript-eslint/eslint-plugin": "<%= @typescript-eslint/eslint-plugin %>",
"@typescript-eslint/parser": "<%= @typescript-eslint/eslint-plugin %>",
"@vue/eslint-config-prettier": "<%= @vue/eslint-config-prettier %>",
"@vue/eslint-config-typescript": "<%= @vue/eslint-config-typescript %>",
"eslint": "<%= eslint %>",
"eslint-plugin-prettier": "<%= eslint-plugin-prettier %>",
"eslint-plugin-vue": "<%= eslint-plugin-vue %>",
"prettier": "<%= prettier %>",
<% } else { %>
"typescript": "<%= typescript %>"
<% } %>
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc