@hyoretsu/configs 1.2.1 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var o=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var p=(s,e)=>{for(var i in e)o(s,i,{get:e[i],enumerable:!0})},l=(s,e,i,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of c(e))!m.call(s,t)&&t!==i&&o(s,t,{get:()=>e[t],enumerable:!(a=n(e,t))||a.enumerable});return s};var r=s=>l(o({},"__esModule",{value:!0}),s);var d={};p(d,{default:()=>u});module.exports=r(d);var u={extends:["@commitlint/config-conventional"],prompt:{questions:{type:{enum:{bump:{description:"Package updates.",emoji:"\u2B06\uFE0F"},change:{description:"Simple changes that don't amount to a feature.",emoji:"\u{1F504}"},misc:{description:"Miscellaneous changes.",emoji:"\u{1F9F1}"}}}}},rules:{"body-case":[2,"always",["camel-case","lower-case","pascal-case"]]}};
|
package/dist/commitlint/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={extends:["@commitlint/config-conventional"],prompt:{questions:{type:{enum:{bump:{description:"Package updates.",emoji:"\u2B06\uFE0F"},change:{description:"Simple changes that don't amount to a feature.",emoji:"\u{1F504}"},misc:{description:"Miscellaneous changes.",emoji:"\u{1F9F1}"}}}}}};export{e as default};
|
|
1
|
+
var e={extends:["@commitlint/config-conventional"],prompt:{questions:{type:{enum:{bump:{description:"Package updates.",emoji:"\u2B06\uFE0F"},change:{description:"Simple changes that don't amount to a feature.",emoji:"\u{1F504}"},misc:{description:"Miscellaneous changes.",emoji:"\u{1F9F1}"}}}}},rules:{"body-case":[2,"always",["camel-case","lower-case","pascal-case"]]}};export{e as default};
|
package/dist/eslint/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var a=Object.create;var i=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(e,t)=>{for(var s in t)i(e,s,{get:t[s],enumerable:!0})},r=(e,t,s,p)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of m(t))!x.call(e,n)&&n!==s&&i(e,n,{get:()=>t[n],enumerable:!(p=y(t,n))||p.enumerable});return e};var f=(e,t,s)=>(s=e!=null?a(u(e)):{},r(t||!e||!e.__esModule?i(s,"default",{value:e,enumerable:!0}):s,e)),j=e=>r(i({},"__esModule",{value:!0}),e);var h={};g(h,{default:()=>b});module.exports=j(h);var l=f(require("@eslint/js"),1),c=require("eslint/config"),d=f(require("eslint-config-biome"),1),o=f(require("typescript-eslint"),1),b=(0,c.defineConfig)([{ignores:["**/.next/**","**/build/**","**/dist/**","**/node_modules/**"]},l.default.configs.recommended,{extends:[o.default.configs.strict,o.default.configs.stylistic],files:["**/*.ts","**/*.tsx"],languageOptions:{parser:o.default.parser},plugins:{"@typescript-eslint":o.default.plugin},rules:{"@typescript-eslint/ban-ts-comment":"off","@typescript-eslint/no-confusing-void-expression":"off","@typescript-eslint/no-duplicate-enum-values":"off","@typescript-eslint/no-empty-function":"warn"}},{extends:[o.default.configs.disableTypeChecked],files:["**/*.js","**/*.jsx"],rules:{"no-undef":"off"}},{extends:[d.default],rules:{"@typescript-eslint/array-type":"off","@typescript-eslint/consistent-indexed-object-style":"off","@typescript-eslint/consistent-type-definitions":"off","@typescript-eslint/no-dynamic-delete":"off","@typescript-eslint/no-empty-object-type":"off","@typescript-eslint/no-namespace":"off","@typescript-eslint/no-non-null-asserted-optional-chain":"off","@typescript-eslint/no-unused-vars":"off","@typescript-eslint/prefer-for-of":"off","@typescript-eslint/require-await":"off","jest/max-nested-describe":"off","jest/no-disabled-tests":"off","jest/no-done-callback":"off","jest/no-duplicate-hooks":"off","jest/no-export":"off","jest/no-focused-tests":"off","jest/no-standalone-expect":"off","sort-imports":"off"}}]);
|
package/dist/eslint/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import t from"@eslint/js";import{defineConfig as s}from"eslint/config";import o from"eslint-config-biome";import e from"typescript-eslint";var r=s([{ignores:["**/.next/**","**/build/**","**/dist/**","**/node_modules/**"]},t.configs.recommended,{extends:[e.configs.strict,e.configs.stylistic],files:["**/*.ts","**/*.tsx"],languageOptions:{parser:e.parser},plugins:{"@typescript-eslint":e.plugin},rules:{"@typescript-eslint/ban-ts-comment":"off","@typescript-eslint/no-confusing-void-expression":"off","@typescript-eslint/no-duplicate-enum-values":"off","@typescript-eslint/no-empty-function":"warn"}},{extends:[e.configs.disableTypeChecked],files:["**/*.js","**/*.jsx"],rules:{"no-undef":"off"}},{extends:[o],rules:{"@typescript-eslint/array-type":"off","@typescript-eslint/consistent-indexed-object-style":"off","@typescript-eslint/consistent-type-definitions":"off","@typescript-eslint/no-dynamic-delete":"off","@typescript-eslint/no-empty-object-type":"off","@typescript-eslint/no-namespace":"off","@typescript-eslint/no-non-null-asserted-optional-chain":"off","@typescript-eslint/no-unused-vars":"off","@typescript-eslint/prefer-for-of":"off","@typescript-eslint/require-await":"off","jest/max-nested-describe":"off","jest/no-disabled-tests":"off","jest/no-done-callback":"off","jest/no-duplicate-hooks":"off","jest/no-export":"off","jest/no-focused-tests":"off","jest/no-standalone-expect":"off","sort-imports":"off"}}]);export{r as default};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyoretsu/configs",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -53,7 +53,6 @@
|
|
|
53
53
|
"prepublishOnly": "bun run build"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@eslint/compat": "^2.0.2",
|
|
57
56
|
"@eslint/js": "^9.39.1",
|
|
58
57
|
"eslint": "^9.39.1",
|
|
59
58
|
"eslint-config-biome": "^2.1.3",
|