Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bcf166bc83 | |||
| ac1a6f93fc | |||
| 8105e6a24b | |||
| 4bb4584606 | |||
| 21912658b7 | |||
| ee38a51b60 | |||
| 23f1c08611 | |||
| b8de9c89cf | |||
| bebbbc6663 | |||
| ff18846be5 | |||
| 479195a39d | |||
| eecce71614 | |||
| 4908398d68 | |||
| 139a4a6766 | |||
| 9fdf02d3c6 | |||
| e673b2fc30 | |||
| 4151c594ae | |||
| 1caa0fa4a4 |
3
.commitlintrc
Normal file
3
.commitlintrc
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": ["@commitlint/config-conventional"]
|
||||
}
|
||||
10
.editorconfig
Normal file
10
.editorconfig
Normal file
@ -0,0 +1,10 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{js,json,yml}]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
20
.github/workflows/publishing.yml
vendored
Normal file
20
.github/workflows/publishing.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: Publish Package
|
||||
run-name: Publishing Package to npmjs registry
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
jobs:
|
||||
publishing:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'yarn'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: yarn
|
||||
- run: yarn npm publish
|
||||
35
.gitignore
vendored
35
.gitignore
vendored
@ -1,2 +1,33 @@
|
||||
node_modules
|
||||
.idea
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# production
|
||||
/build
|
||||
/public/CHANGELOG.md
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# ide
|
||||
/.vscode
|
||||
/.idea
|
||||
|
||||
.yarn/*
|
||||
!.yarn/releases
|
||||
!.yarn/plugins
|
||||
!.yarn/offline-cache
|
||||
|
||||
1
.husky/commit-msg
Normal file
1
.husky/commit-msg
Normal file
@ -0,0 +1 @@
|
||||
npx --no -- commitlint --edit $1
|
||||
8
.versionrc
Normal file
8
.versionrc
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"header": "# ksv741 Eslint Config",
|
||||
"releaseCommitMessageFormat": "build: v{{currentTag}}",
|
||||
"types": [
|
||||
{"type": "feat", "section": "🚀 New Features"},
|
||||
{"type": "fix", "section": "\uD83D\uDEE0\uFE0F Bug Fixes"}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/offline-cache/acorn-npm-8.12.1-610871d57c-51fb26cd67.zip
Normal file
BIN
.yarn/offline-cache/acorn-npm-8.12.1-610871d57c-51fb26cd67.zip
Normal file
Binary file not shown.
BIN
.yarn/offline-cache/acorn-npm-8.15.0-0764cf600e-dec73ff59b.zip
Normal file
BIN
.yarn/offline-cache/acorn-npm-8.15.0-0764cf600e-dec73ff59b.zip
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/offline-cache/ajv-npm-6.12.6-4b5105e2b2-41e23642cb.zip
Normal file
BIN
.yarn/offline-cache/ajv-npm-6.12.6-4b5105e2b2-41e23642cb.zip
Normal file
Binary file not shown.
BIN
.yarn/offline-cache/ajv-npm-8.12.0-3bf6e30741-ac4f72adf7.zip
Normal file
BIN
.yarn/offline-cache/ajv-npm-8.12.0-3bf6e30741-ac4f72adf7.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/offline-cache/argparse-npm-2.0.1-faff7999e6-c5640c2d89.zip
Normal file
BIN
.yarn/offline-cache/argparse-npm-2.0.1-faff7999e6-c5640c2d89.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user