Rename source folders
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
This commit is contained in:
parent
2398a7c8c9
commit
da23b80647
23 changed files with 4 additions and 4 deletions
|
@ -1,12 +0,0 @@
|
|||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = false
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true,
|
||||
"allowJs": true,
|
||||
"outDir": "build",
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"lib": [
|
||||
"es6",
|
||||
"dom"
|
||||
],
|
||||
},
|
||||
"exclude": [
|
||||
"./node_modules",
|
||||
"./src/**/__tests__/*.tsx"
|
||||
]
|
||||
}
|
7
source/__/Jenkinsfile
vendored
7
source/__/Jenkinsfile
vendored
|
@ -1,7 +0,0 @@
|
|||
@Library('jenkins-lib')
|
||||
import FrontendBuild
|
||||
|
||||
FrontendBuild({
|
||||
name = '$(appName)'
|
||||
port = '$(appPort):80'
|
||||
})
|
|
@ -1,2 +0,0 @@
|
|||
build/
|
||||
node_modules/
|
|
@ -1,3 +0,0 @@
|
|||
always-auth=true
|
||||
@prokyon:registry=https://npm.romanjaros.dev
|
||||
@toolkit:registry=https://npm.romanjaros.dev
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"name": "$(appName)",
|
||||
"version": "0.1.0",
|
||||
"author": "Roman Jaroš",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"dev": "pnpm -r dev",
|
||||
"test": "pnpm -r test",
|
||||
"test:e2e": "pnpm -r test:e2e"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.11.0"
|
||||
},
|
||||
"peerDependencies": {}
|
||||
}
|
|
@ -1,2 +0,0 @@
|
|||
packages:
|
||||
- "apps/*"
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"useTabs": true,
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"parser": "typescript",
|
||||
"printWidth": 120,
|
||||
"bracketSameLine": true
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
sonar.projectKey=$(appName)
|
||||
sonar.projectName=$(appName)
|
||||
sonar.inclusions=apps/**
|
||||
sonar.coverage.exclusions=**/__tests__/**
|
||||
sonar.javascript.lcov.reportPaths=apps/**/jest/lcov.info
|
Loading…
Add table
Add a link
Reference in a new issue