mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 13:28:12 -04:00
Add generated header to ignore sonarcloud for compiled TS (#896)
This commit is contained in:
committed by
Leendert de Borst
parent
538675f391
commit
ce9b37d299
@@ -1,3 +1,6 @@
|
||||
// <auto-generated>
|
||||
// This file was automatically generated. Do not edit manually.
|
||||
|
||||
"use strict";
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// <auto-generated>
|
||||
// This file was automatically generated. Do not edit manually.
|
||||
|
||||
|
||||
// src/utils/UsernameEmailGenerator.ts
|
||||
var _UsernameEmailGenerator = class _UsernameEmailGenerator {
|
||||
constructor() {
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// <auto-generated>
|
||||
// This file was automatically generated. Do not edit manually.
|
||||
|
||||
"use strict";
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// <auto-generated>
|
||||
// This file was automatically generated. Do not edit manually.
|
||||
|
||||
|
||||
// src/utils/PasswordGenerator.ts
|
||||
var PasswordGenerator = class {
|
||||
/**
|
||||
|
||||
@@ -8,5 +8,8 @@ export default defineConfig({
|
||||
clean: true,
|
||||
splitting: false,
|
||||
minify: false,
|
||||
sourcemap: true
|
||||
sourcemap: true,
|
||||
banner: {
|
||||
js: '// <auto-generated>\n// This file was automatically generated. Do not edit manually.\n',
|
||||
}
|
||||
});
|
||||
@@ -8,5 +8,8 @@ export default defineConfig({
|
||||
clean: true,
|
||||
splitting: false,
|
||||
minify: false,
|
||||
sourcemap: true
|
||||
sourcemap: true,
|
||||
banner: {
|
||||
js: '// <auto-generated>\n// This file was automatically generated. Do not edit manually.\n',
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user