Skip to content

Commit 09fec58

Browse files
authored
breaking-change: transfer repo (#1)
1 parent 2588a50 commit 09fec58

27 files changed

+2363
-2936
lines changed

.config/eslint.config.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
'.output',
2626
'.cache',
2727
'.env',
28-
'dist'
28+
'dist',
29+
'templates'
2930
]
3031
}

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.* linguist-language=TypeScript

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/funding.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/release.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ node_modules
66
.output
77
.cache
88
.env
9+
.npmrc
910
dist

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ package-lock.json
77
.cache
88
.env
99
dist
10+
templates

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"dbaeumer.vscode-eslint",
4+
"esbenp.prettier-vscode",
5+
"EditorConfig.EditorConfig"
6+
]
7+
}

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"editor.formatOnSave": true
4+
}

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# Release Notes 🥳
1+
# What's New
22

3-
Check out the latest features and improvements. [See Releases →](https://github.com/ivodolenc/nuxt-fonty/releases)
3+
Check out the latest features and improvements.
4+
5+
#### [Release Notes](https://github.com/hypernym-studio/nuxt-font/releases)

LICENSE renamed to LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Ivo Dolenc
3+
Copyright (c) Ivo Dolenc, Hypernym Studio
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)