Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Feb 20, 2023
2 parents 4fea0c0 + d322647 commit 51390af
Show file tree
Hide file tree
Showing 15 changed files with 28,715 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
sourceType: 'module',
ecmaVersion: 2019,
ecmaVersion: "esnext",
tsconfigRootDir: __dirname,
project: ['./tsconfig.eslint.json'],
},
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: update .gitignore
run: sed -i -e '/\/docs\/type/d' .gitignore
- name: update sample.html
run: sed --in-place --expression='s/..\/..\/dist\/bundle.js/https:\/\/cdn.jsdelivr.net\/npm\/@xpadev-net\/niconicomments@latest\/dist\/bundle.min.js/' docs/sample/index.html
run: |
sed --in-place --expression='s/..\/..\/dist\/bundle.js/https:\/\/cdn.jsdelivr.net\/npm\/@xpadev-net\/niconicomments@latest\/dist\/bundle.min.js/' docs/sample/index.html
sed --in-place --expression='s/..\/..\/..\/niwango\/dist\/bundle.js/https:\/\/raw.githubusercontent.com\/xpadev-net\/niwango.js\/dev-build\/dist\/bundle.js/' docs/sample/index.html
- name: generate typedoc
run: yarn typedoc

Expand Down
Loading

0 comments on commit 51390af

Please sign in to comment.