@ziloen/eslint-config 0.1.0 → 0.1.2
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/dist/index.cjs +2 -5
- package/dist/index.js +2 -5
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -292,10 +292,7 @@ var typescript = [
|
|
|
292
292
|
...javascript,
|
|
293
293
|
{
|
|
294
294
|
files: [
|
|
295
|
-
"
|
|
296
|
-
"**/*.tsx",
|
|
297
|
-
"**/*.js",
|
|
298
|
-
"**/*.jsx"
|
|
295
|
+
"**/*.?([cm])[tj]s?(x)"
|
|
299
296
|
],
|
|
300
297
|
languageOptions: {
|
|
301
298
|
parser: parserTs,
|
|
@@ -437,7 +434,7 @@ var vue = [
|
|
|
437
434
|
languageOptions: {
|
|
438
435
|
parser: import_vue_eslint_parser.default,
|
|
439
436
|
parserOptions: {
|
|
440
|
-
parser:
|
|
437
|
+
parser: parserTs,
|
|
441
438
|
ecmaFeatures: {
|
|
442
439
|
jsx: true
|
|
443
440
|
},
|
package/dist/index.js
CHANGED
|
@@ -252,10 +252,7 @@ var typescript = [
|
|
|
252
252
|
...javascript,
|
|
253
253
|
{
|
|
254
254
|
files: [
|
|
255
|
-
"
|
|
256
|
-
"**/*.tsx",
|
|
257
|
-
"**/*.js",
|
|
258
|
-
"**/*.jsx"
|
|
255
|
+
"**/*.?([cm])[tj]s?(x)"
|
|
259
256
|
],
|
|
260
257
|
languageOptions: {
|
|
261
258
|
parser: parserTs,
|
|
@@ -397,7 +394,7 @@ var vue = [
|
|
|
397
394
|
languageOptions: {
|
|
398
395
|
parser: default8,
|
|
399
396
|
parserOptions: {
|
|
400
|
-
parser:
|
|
397
|
+
parser: parserTs,
|
|
401
398
|
ecmaFeatures: {
|
|
402
399
|
jsx: true
|
|
403
400
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ziloen/eslint-config",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"author": "ziloen",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"tsup": "^7.2.0",
|
|
32
32
|
"typescript": "^5.2.2",
|
|
33
33
|
"vue-eslint-parser": "^9.3.2",
|
|
34
|
-
"@ziloen/eslint-config": "0.1.
|
|
34
|
+
"@ziloen/eslint-config": "0.1.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/eslint": "^8.44.6",
|