@useinsider/eslint-config 1.10.0-beta.4 → 1.10.0-beta.6

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.
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  ## Prerequisites
18
18
 
19
19
  - NodeJS 20+
20
- - ESLint 8.57.1
20
+ - ESLint 9+
21
21
 
22
22
  ## Available Presets
23
23
 
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("@eslint/js"),i=require("@stylistic/eslint-plugin"),o=require("eslint-config-airbnb-extended"),c=require("eslint-plugin-import-x"),l=require("eslint-plugin-jsdoc"),u=require("eslint-plugin-vue"),p=require("eslint-plugin-vue-scoped-css"),a=require("globals"),t=require("typescript-eslint"),e=require("./stylistic-BGCob372.cjs"),f=require("./typescript-BvnP4VCM.cjs"),m=require("./vue2-CpDCkxcX.cjs"),r=require("./main.cjs"),g={rules:{"@typescript-eslint/no-duplicate-type-constituents":"off","@typescript-eslint/no-unsafe-call":"off","@typescript-eslint/no-unsafe-argument":"off","@typescript-eslint/no-unsafe-return":"off","@typescript-eslint/no-unsafe-assignment":"off","@typescript-eslint/no-unsafe-member-access":"off"}},d=r.mergeAll(t.config(n.configs.recommended,c.importX.flatConfigs.recommended,o.configs.base.all,...t.configs.recommended,...t.configs.recommendedTypeChecked.filter(s=>!s.plugins),...u.configs["flat/vue2-recommended"].map(s=>(delete s.files,s)),...p.configs["flat/vue2-recommended"],l.configs["flat/recommended-typescript-error"],r.merge(e.preConfig(),e.core,e.importRules,e.cspell,{plugins:{"@stylistic":i}},e.stylisticRules,m.vue2Composition,f.typescript,g,e.postConfig(),{languageOptions:{globals:{...a.browser},parserOptions:{parser:t.parser,sourceType:"module",ecmaFeatures:{jsx:!0},extraFileExtensions:[".vue"]}},settings:{jsdoc:{mode:"typescript",tagNamePreference:{callback:"watch",desc:"use"}}}})));exports.default=d;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("@eslint/js"),o=require("@stylistic/eslint-plugin"),n=require("eslint-config-airbnb-extended"),c=require("eslint-plugin-import-x"),l=require("eslint-plugin-jsdoc"),u=require("eslint-plugin-vue"),a=require("eslint-plugin-vue-scoped-css"),p=require("globals"),s=require("typescript-eslint"),e=require("./stylistic-BGCob372.cjs"),d=require("./typescript-BvnP4VCM.cjs"),g=require("./vue-D2lo_IGG.cjs"),t=require("./main.cjs"),m=t.mergeAll(s.config(i.configs.recommended,c.importX.flatConfigs.recommended,n.configs.base.all,...s.configs.recommended,...s.configs.recommendedTypeChecked.filter(r=>!r.plugins),...u.configs["flat/recommended"].map(r=>(delete r.files,r)),...a.configs["flat/recommended"],l.configs["flat/recommended-typescript-error"],t.merge(e.preConfig(),e.core,e.importRules,e.cspell,{plugins:{"@stylistic":o}},e.stylisticRules,g.vue,d.typescript,e.postConfig(),{languageOptions:{globals:{...p.browser},parserOptions:{parser:s.parser,sourceType:"module",ecmaFeatures:{jsx:!0},extraFileExtensions:[".vue"]}},settings:{jsdoc:{mode:"typescript",tagNamePreference:{callback:"watch",desc:"use"}}}})));exports.default=m;
@@ -0,0 +1,49 @@
1
+ import t from "@eslint/js";
2
+ import o from "@stylistic/eslint-plugin";
3
+ import r from "eslint-config-airbnb-extended";
4
+ import { importX as i } from "eslint-plugin-import-x";
5
+ import n from "eslint-plugin-jsdoc";
6
+ import p from "eslint-plugin-vue";
7
+ import m from "eslint-plugin-vue-scoped-css";
8
+ import c from "globals";
9
+ import s from "typescript-eslint";
10
+ import { b as f, s as a, a as l, i as u, c as d, p as g } from "./stylistic-DcItXUA4.js";
11
+ import { t as y } from "./typescript-Dg4zKuYI.js";
12
+ import { a as b } from "./vue2-7aDd9M-9.js";
13
+ import { mergeAll as C, merge as v } from "./main.js";
14
+ const x = {
15
+ rules: {
16
+ "@typescript-eslint/no-duplicate-type-constituents": "off",
17
+ "@typescript-eslint/no-unsafe-call": "off",
18
+ "@typescript-eslint/no-unsafe-argument": "off",
19
+ "@typescript-eslint/no-unsafe-return": "off",
20
+ "@typescript-eslint/no-unsafe-assignment": "off",
21
+ "@typescript-eslint/no-unsafe-member-access": "off"
22
+ }
23
+ }, N = C(s.config(t.configs.recommended, i.flatConfigs.recommended, r.configs.base.all, ...s.configs.recommended, ...s.configs.recommendedTypeChecked.filter((e) => !e.plugins), ...p.configs["flat/vue2-recommended"].map((e) => (delete e.files, e)), ...m.configs["flat/vue2-recommended"], n.configs["flat/recommended-typescript-error"], v(g(), d, u, l, { plugins: { "@stylistic": o } }, a, b, y, x, f(), {
24
+ languageOptions: {
25
+ globals: {
26
+ ...c.browser
27
+ },
28
+ parserOptions: {
29
+ parser: s.parser,
30
+ sourceType: "module",
31
+ ecmaFeatures: {
32
+ jsx: !0
33
+ },
34
+ extraFileExtensions: [".vue"]
35
+ }
36
+ },
37
+ settings: {
38
+ jsdoc: {
39
+ mode: "typescript",
40
+ tagNamePreference: {
41
+ callback: "watch",
42
+ desc: "use"
43
+ }
44
+ }
45
+ }
46
+ })));
47
+ export {
48
+ N as default
49
+ };
@@ -0,0 +1,40 @@
1
+ import o from "@eslint/js";
2
+ import s from "@stylistic/eslint-plugin";
3
+ import t from "eslint-config-airbnb-extended";
4
+ import { importX as i } from "eslint-plugin-import-x";
5
+ import m from "eslint-plugin-jsdoc";
6
+ import p from "eslint-plugin-vue";
7
+ import c from "eslint-plugin-vue-scoped-css";
8
+ import a from "globals";
9
+ import r from "typescript-eslint";
10
+ import { b as l, s as n, a as f, i as d, c as g, p as u } from "./stylistic-DcItXUA4.js";
11
+ import { t as b } from "./typescript-Dg4zKuYI.js";
12
+ import { v as y } from "./vue-5XWMLJUh.js";
13
+ import { mergeAll as x, merge as C } from "./main.js";
14
+ const E = x(r.config(o.configs.recommended, i.flatConfigs.recommended, t.configs.base.all, ...r.configs.recommended, ...r.configs.recommendedTypeChecked.filter((e) => !e.plugins), ...p.configs["flat/recommended"].map((e) => (delete e.files, e)), ...c.configs["flat/recommended"], m.configs["flat/recommended-typescript-error"], C(u(), g, d, f, { plugins: { "@stylistic": s } }, n, y, b, l(), {
15
+ languageOptions: {
16
+ globals: {
17
+ ...a.browser
18
+ },
19
+ parserOptions: {
20
+ parser: r.parser,
21
+ sourceType: "module",
22
+ ecmaFeatures: {
23
+ jsx: !0
24
+ },
25
+ extraFileExtensions: [".vue"]
26
+ }
27
+ },
28
+ settings: {
29
+ jsdoc: {
30
+ mode: "typescript",
31
+ tagNamePreference: {
32
+ callback: "watch",
33
+ desc: "use"
34
+ }
35
+ }
36
+ }
37
+ })));
38
+ export {
39
+ E as default
40
+ };
package/dist/main.cjs CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("node:fs"),y=require("node:path"),w=require("node:url"),h=require("@antfu/install-pkg"),b=require("ts-deepmerge"),v=require("node:console");var l=typeof document<"u"?document.currentScript:null;let u=!1;const d=new Set,R=["@cspell/eslint-plugin","@eslint/eslintrc","@eslint/js","@stylistic/eslint-plugin","@types/eslint","@typescript-eslint/eslint-plugin","@typescript-eslint/parser","eslint","eslint-config-airbnb-base","eslint-config-airbnb-typescript","eslint-import-resolver-typescript","eslint-plugin-import","eslint-plugin-jsdoc","globals","typescript","typescript-eslint"];function p(e){const r=y.resolve(e,"package.json"),s=m.readFileSync(r,"utf8");if(!s)throw new Error(`Unable to locate package.json: ${r}`);return JSON.parse(s)}function S(){const e=p(process.cwd());return{...e.dependencies,...e.devDependencies}}function q(){return p(w.fileURLToPath(new URL("../",typeof document>"u"?require("url").pathToFileURL(__filename).href:l&&l.tagName.toUpperCase()==="SCRIPT"&&l.src||new URL("main.cjs",document.baseURI).href))).dependencies}async function P(){if(u)return;const e=S(),s=Object.entries(q()).filter(([n,t])=>R.includes(n)&&!d.has(n)&&(!e[n]||e[n]!==t));if(!s.length)return;const i=s.map(([n,t])=>`${n}@${t.replace(/^\W+/,"")}`);console.info("Missing dependencies detected:"),console.info(i.map(n=>` - ${n}`).join(`
2
2
  `)),console.info(`
3
- Installing dependencies:`),await h.installPackage(i,{dev:!0,additionalArgs:["-E"]}),process.exit(1)}function k(e){if(typeof e=="boolean"){u=e;return}e.forEach(r=>d.add(String(r)))}function o(...e){return b.merge.withOptions({mergeArrays:!1},...e)}const f=new Set;function x(e){e.forEach(r=>{f.add(r)})}function j(e){if(!Array.isArray(e))return"warn";const[,...r]=e;return["warn",...r]}function c(e,r){let s=r||f;return Array.isArray(s)&&(s=new Set(s)),!e||!s.size?e:(r&&s.forEach(i=>{e[i]||v.warn(`Unknown rule "${i}". Please remove it from the silenced rules list.`)}),Object.entries(e).reduce((i,[n,t])=>(t&&(i[n]=s.has(n)?j(t):t),i),{}))}function C(...e){return e.flat().reduce((r,s)=>o(r,s),{})}const a={async config(){return Promise.resolve().then(()=>require("./index-BmBugWe4.cjs"))},async javascript(){return Promise.resolve().then(()=>require("./index-Bfy7vNWN.cjs"))},async"javascript-node"(){return Promise.resolve().then(()=>require("./index-CRh3p5Gs.cjs"))},async"javascript-dom"(){return Promise.resolve().then(()=>require("./index-B41cHtId.cjs"))},async typescript(){return Promise.resolve().then(()=>require("./index-BI2IfhR3.cjs"))},async"typescript-node"(){return Promise.resolve().then(()=>require("./index-DEJ1oa9h.cjs"))},async"typescript-dom"(){return Promise.resolve().then(()=>require("./index-D1GJEQsB.cjs"))},async vue3(){return Promise.resolve().then(()=>require("./index-CjRTXK0e.cjs"))},async"vue3-typescript"(){return Promise.resolve().then(()=>require("./index-BpettFqt.cjs"))},async vue2(){return Promise.resolve().then(()=>require("./index-B8X0IqOU.cjs"))},async"vue2-typescript"(){return Promise.resolve().then(()=>require("./index-KJJ_HuVd.cjs"))},async jest(){return Promise.resolve().then(()=>require("./index-jfME37P0.cjs"))},async"jsdoc-based-ts"(){return Promise.resolve().then(()=>require("./index-B7Hdni5X.cjs"))}};async function D(e){await P();const r=e.preset.map(async t=>typeof a[t]=="function"&&(await a[t]()).default).filter(Boolean),i=(await Promise.all(r)).reduce((t,g)=>o(t,g),{});delete i.files;const n=o(i,e.config);return n?(e.silenceRules?n.rules=c(n.rules,e.silenceRules):n.rules=c(n.rules),n):Promise.reject(new Error("No config found"))}exports.merge=o;exports.mergeAll=C;exports.silenceDependencyWarning=k;exports.silenceRules=x;exports.useInsider=D;
3
+ Installing dependencies:`),await h.installPackage(i,{dev:!0,additionalArgs:["-E"]}),process.exit(1)}function k(e){if(typeof e=="boolean"){u=e;return}e.forEach(r=>d.add(String(r)))}function o(...e){return b.merge.withOptions({mergeArrays:!1},...e)}const f=new Set;function x(e){e.forEach(r=>{f.add(r)})}function j(e){if(!Array.isArray(e))return"warn";const[,...r]=e;return["warn",...r]}function c(e,r){let s=r||f;return Array.isArray(s)&&(s=new Set(s)),!e||!s.size?e:(r&&s.forEach(i=>{e[i]||v.warn(`Unknown rule "${i}". Please remove it from the silenced rules list.`)}),Object.entries(e).reduce((i,[n,t])=>(t&&(i[n]=s.has(n)?j(t):t),i),{}))}function C(...e){return e.flat().reduce((r,s)=>o(r,s),{})}const a={async config(){return Promise.resolve().then(()=>require("./index-BmBugWe4.cjs"))},async javascript(){return Promise.resolve().then(()=>require("./index-Bfy7vNWN.cjs"))},async"javascript-node"(){return Promise.resolve().then(()=>require("./index-CRh3p5Gs.cjs"))},async"javascript-dom"(){return Promise.resolve().then(()=>require("./index-B41cHtId.cjs"))},async typescript(){return Promise.resolve().then(()=>require("./index-BI2IfhR3.cjs"))},async"typescript-node"(){return Promise.resolve().then(()=>require("./index-DEJ1oa9h.cjs"))},async"typescript-dom"(){return Promise.resolve().then(()=>require("./index-D1GJEQsB.cjs"))},async vue3(){return Promise.resolve().then(()=>require("./index-CjRTXK0e.cjs"))},async"vue3-typescript"(){return Promise.resolve().then(()=>require("./index-BQVf1P-Y.cjs"))},async vue2(){return Promise.resolve().then(()=>require("./index-B8X0IqOU.cjs"))},async"vue2-typescript"(){return Promise.resolve().then(()=>require("./index-B6troqQ9.cjs"))},async jest(){return Promise.resolve().then(()=>require("./index-jfME37P0.cjs"))},async"jsdoc-based-ts"(){return Promise.resolve().then(()=>require("./index-B7Hdni5X.cjs"))}};async function D(e){await P();const r=e.preset.map(async t=>typeof a[t]=="function"&&(await a[t]()).default).filter(Boolean),i=(await Promise.all(r)).reduce((t,g)=>o(t,g),{});delete i.files;const n=o(i,e.config);return n?(e.silenceRules?n.rules=c(n.rules,e.silenceRules):n.rules=c(n.rules),n):Promise.reject(new Error("No config found"))}exports.merge=o;exports.mergeAll=C;exports.silenceDependencyWarning=k;exports.silenceRules=x;exports.useInsider=D;
package/dist/main.js CHANGED
@@ -184,13 +184,13 @@ const p = {
184
184
  return import("./index-B7ziFULj.js");
185
185
  },
186
186
  async "vue3-typescript"() {
187
- return import("./index-BeDf640G.js");
187
+ return import("./index-Dm722vxt.js");
188
188
  },
189
189
  async vue2() {
190
190
  return import("./index-VIzBYZzv.js");
191
191
  },
192
192
  async "vue2-typescript"() {
193
- return import("./index-qShNK3JA.js");
193
+ return import("./index-CpyMjFGU.js");
194
194
  },
195
195
  async jest() {
196
196
  return import("./index-CG7O0RJO.js");
@@ -0,0 +1,2 @@
1
+ import type { Linter } from 'eslint';
2
+ export declare const vue2Typescript: Linter.Config;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@useinsider/eslint-config",
3
3
  "type": "module",
4
- "version": "1.10.0-beta.4",
4
+ "version": "1.10.0-beta.6",
5
5
  "description": "A collection of ESLint configurations provided by @useinsider, offering support for various environments including Vanilla JS, TypeScript, and framework-specific setups such as Vue 3.",
6
6
  "keywords": [
7
7
  "useinsider",
@@ -24,12 +24,13 @@
24
24
  "build": "vite build",
25
25
  "watch": "vite build --mode development --watch",
26
26
  "emit-types": "tsc --declaration -p tsconfig.lib.json",
27
+ "lint": "pnpm check-types && pnpm lint:es",
27
28
  "check-types": "pnpm check-types:lib && pnpm check-types:node && pnpm check-types:test",
28
29
  "check-types:lib": "tsc --noEmit -p tsconfig.lib.json",
29
30
  "check-types:node": "tsc --noEmit -p tsconfig.node.json",
30
31
  "check-types:test": "tsc --noEmit -p tsconfig.test.json",
31
- "lint": "eslint .",
32
- "lint:fix": "pnpm lint --fix",
32
+ "lint:es": "eslint .",
33
+ "lint:es-fix": "pnpm lint:es --fix",
33
34
  "test": "vitest",
34
35
  "test:ci": "pnpm test",
35
36
  "release": "semantic-release -e semantic-release-monorepo"
@@ -73,7 +74,7 @@
73
74
  "eslint-config-airbnb-extended": "2.1.0",
74
75
  "eslint-import-resolver-typescript": "4.4.3",
75
76
  "eslint-plugin-import-x": "4.15.2",
76
- "eslint-plugin-jsdoc": "51.0.3",
77
+ "eslint-plugin-jsdoc": "51.2.1",
77
78
  "globals": "16.2.0",
78
79
  "ts-deepmerge": "7.0.2",
79
80
  "typescript": "5.8.3",
@@ -94,7 +95,7 @@
94
95
  "fs-extra": "11.3.0",
95
96
  "rollup-plugin-typescript-paths": "1.5.0",
96
97
  "rollup-plugin-visualizer": "6.0.3",
97
- "semantic-release": "24.2.3",
98
+ "semantic-release": "24.2.5",
98
99
  "semantic-release-monorepo": "8.0.2",
99
100
  "tslib": "2.8.1",
100
101
  "vite": "6.3.5",
@@ -1,49 +0,0 @@
1
- import o from "@eslint/js";
2
- import s from "@stylistic/eslint-plugin";
3
- import t from "eslint-config-airbnb-extended";
4
- import { importX as i } from "eslint-plugin-import-x";
5
- import m from "eslint-plugin-jsdoc";
6
- import p from "eslint-plugin-vue";
7
- import a from "eslint-plugin-vue-scoped-css";
8
- import c from "globals";
9
- import e from "typescript-eslint";
10
- import { b as l, s as n, a as f, i as d, c as g, p as u } from "./stylistic-DcItXUA4.js";
11
- import { t as b } from "./typescript-Dg4zKuYI.js";
12
- import { v as y } from "./vue-5XWMLJUh.js";
13
- import { mergeAll as x, merge as j } from "./main.js";
14
- const N = x(e.config(
15
- o.configs.recommended,
16
- i.flatConfigs.recommended,
17
- t.configs.base.all,
18
- ...e.configs.recommended,
19
- ...p.configs["flat/recommended"].map((r) => (delete r.files, r)),
20
- ...a.configs["flat/recommended"],
21
- m.configs["flat/recommended-typescript-error"],
22
- j(u(), g, d, f, { plugins: { "@stylistic": s } }, n, y, b, l(), {
23
- languageOptions: {
24
- globals: {
25
- ...c.browser
26
- },
27
- parserOptions: {
28
- parser: e.parser,
29
- sourceType: "module",
30
- ecmaFeatures: {
31
- jsx: !0
32
- },
33
- extraFileExtensions: [".vue"]
34
- }
35
- },
36
- settings: {
37
- jsdoc: {
38
- mode: "typescript",
39
- tagNamePreference: {
40
- callback: "watch",
41
- desc: "use"
42
- }
43
- }
44
- }
45
- })
46
- ));
47
- export {
48
- N as default
49
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("@eslint/js"),o=require("@stylistic/eslint-plugin"),n=require("eslint-config-airbnb-extended"),c=require("eslint-plugin-import-x"),l=require("eslint-plugin-jsdoc"),u=require("eslint-plugin-vue"),a=require("eslint-plugin-vue-scoped-css"),p=require("globals"),r=require("typescript-eslint"),e=require("./stylistic-BGCob372.cjs"),g=require("./typescript-BvnP4VCM.cjs"),m=require("./vue-D2lo_IGG.cjs"),t=require("./main.cjs"),d=t.mergeAll(r.config(i.configs.recommended,c.importX.flatConfigs.recommended,n.configs.base.all,...r.configs.recommended,...u.configs["flat/recommended"].map(s=>(delete s.files,s)),...a.configs["flat/recommended"],l.configs["flat/recommended-typescript-error"],t.merge(e.preConfig(),e.core,e.importRules,e.cspell,{plugins:{"@stylistic":o}},e.stylisticRules,m.vue,g.typescript,e.postConfig(),{languageOptions:{globals:{...p.browser},parserOptions:{parser:r.parser,sourceType:"module",ecmaFeatures:{jsx:!0},extraFileExtensions:[".vue"]}},settings:{jsdoc:{mode:"typescript",tagNamePreference:{callback:"watch",desc:"use"}}}})));exports.default=d;
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("@eslint/js"),o=require("@stylistic/eslint-plugin"),n=require("eslint-config-airbnb-extended"),c=require("eslint-plugin-import-x"),l=require("eslint-plugin-jsdoc"),u=require("eslint-plugin-vue"),a=require("eslint-plugin-vue-scoped-css"),p=require("globals"),r=require("typescript-eslint"),e=require("./stylistic-BGCob372.cjs"),m=require("./typescript-BvnP4VCM.cjs"),g=require("./vue2-CpDCkxcX.cjs"),t=require("./main.cjs"),d=t.mergeAll(r.config(i.configs.recommended,c.importX.flatConfigs.recommended,n.configs.base.all,...r.configs.recommended,...u.configs["flat/vue2-recommended"].map(s=>(delete s.files,s)),...a.configs["flat/vue2-recommended"],l.configs["flat/recommended-typescript-error"],t.merge(e.preConfig(),e.core,e.importRules,e.cspell,{plugins:{"@stylistic":o}},e.stylisticRules,g.vue2Composition,m.typescript,e.postConfig(),{languageOptions:{globals:{...p.browser},parserOptions:{parser:r.parser,sourceType:"module",ecmaFeatures:{jsx:!0},extraFileExtensions:[".vue"]}},settings:{jsdoc:{mode:"typescript",tagNamePreference:{callback:"watch",desc:"use"}}}})));exports.default=d;
@@ -1,49 +0,0 @@
1
- import r from "@eslint/js";
2
- import s from "@stylistic/eslint-plugin";
3
- import t from "eslint-config-airbnb-extended";
4
- import { importX as i } from "eslint-plugin-import-x";
5
- import m from "eslint-plugin-jsdoc";
6
- import p from "eslint-plugin-vue";
7
- import a from "eslint-plugin-vue-scoped-css";
8
- import c from "globals";
9
- import e from "typescript-eslint";
10
- import { b as l, s as n, a as f, i as d, c as g, p as u } from "./stylistic-DcItXUA4.js";
11
- import { t as b } from "./typescript-Dg4zKuYI.js";
12
- import { a as y } from "./vue2-7aDd9M-9.js";
13
- import { mergeAll as x, merge as C } from "./main.js";
14
- const N = x(e.config(
15
- r.configs.recommended,
16
- i.flatConfigs.recommended,
17
- t.configs.base.all,
18
- ...e.configs.recommended,
19
- ...p.configs["flat/vue2-recommended"].map((o) => (delete o.files, o)),
20
- ...a.configs["flat/vue2-recommended"],
21
- m.configs["flat/recommended-typescript-error"],
22
- C(u(), g, d, f, { plugins: { "@stylistic": s } }, n, y, b, l(), {
23
- languageOptions: {
24
- globals: {
25
- ...c.browser
26
- },
27
- parserOptions: {
28
- parser: e.parser,
29
- sourceType: "module",
30
- ecmaFeatures: {
31
- jsx: !0
32
- },
33
- extraFileExtensions: [".vue"]
34
- }
35
- },
36
- settings: {
37
- jsdoc: {
38
- mode: "typescript",
39
- tagNamePreference: {
40
- callback: "watch",
41
- desc: "use"
42
- }
43
- }
44
- }
45
- })
46
- ));
47
- export {
48
- N as default
49
- };