Skip to content

Commit

Permalink
Merge pull request #106 from xpadev-net/revert-105-upgrade/dependencies
Browse files Browse the repository at this point in the history
Revert "[更新] 依存関係の更新"
  • Loading branch information
xpadev-net authored Apr 12, 2024
2 parents 01a5f37 + 4ea7782 commit 602e959
Show file tree
Hide file tree
Showing 9 changed files with 872 additions and 905 deletions.
34 changes: 34 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
module.exports = {
root: true,
env: {
es6: true,
node: true,
},
parser: "@typescript-eslint/parser",
parserOptions: {
sourceType: "module",
ecmaVersion: "esnext",
tsconfigRootDir: __dirname,
project: ["./tsconfig.eslint.json"],
},
ignorePatterns: ["*.js"],
plugins: ["@typescript-eslint", "simple-import-sort", "jsdoc"],
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:jsdoc/recommended-typescript-error",
],
rules: {
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/unbound-method": "off",
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/no-unused-vars": "error",
"no-unused-vars": "off",
"no-control-regex": "off",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"@typescript-eslint/typedef": "error",
"jsdoc/require-returns-check": "off"
},
};
39 changes: 0 additions & 39 deletions eslint.config.mjs

This file was deleted.

26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,36 +45,34 @@
"homepage": "https://xpadev-net.github.io/niconicomments/",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@eslint/js": "^9.0.0",
"@playwright/test": "^1.43.0",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@playwright/test": "^1.41.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"copyfiles": "^2.4.1",
"eslint": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"http-server": "^14.1.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.14.1",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-typescript-paths": "^1.5.0",
"tslib": "^2.6.2",
"typedoc": "^0.25.13",
"typedoc": "^0.25.8",
"typedoc-plugin-missing-exports": "^2.2.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.6.0",
"valibot": "^0.30.0"
"typescript": "^5.3.3",
"valibot": "^0.28.1"
}
}
Loading

0 comments on commit 602e959

Please sign in to comment.