@agilebot/eslint-config 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.js +1 -1
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license @agilebot/eslint-config v0.3.
|
2
|
+
* @license @agilebot/eslint-config v0.3.4
|
3
3
|
*
|
4
4
|
* Copyright (c) Agilebot, Inc. and its affiliates.
|
5
5
|
*
|
@@ -727,7 +727,7 @@ function imports(opts) {
|
|
727
727
|
"test/**/*",
|
728
728
|
"tests/**/*",
|
729
729
|
"**/__tests__/**",
|
730
|
-
"**/*.test.{ts,tsx}",
|
730
|
+
"**/*.test.{ts,tsx,js,jsx,cjs,mjs,mts,cts}",
|
731
731
|
"**/*.config.{ts,js,cjs,mjs,mts,cts}",
|
732
732
|
"**/.storybook/**",
|
733
733
|
"**/*.stories.{ts,tsx}",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@agilebot/eslint-config",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.4",
|
4
4
|
"description": "Agilebot's ESLint config",
|
5
5
|
"bin": {
|
6
6
|
"eslint-agilebot": "bin/eslint-agilebot"
|
@@ -45,14 +45,14 @@
|
|
45
45
|
"eslint-plugin-vue": "^9.25.0",
|
46
46
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
|
47
47
|
"vue-eslint-parser": "^9.4.2",
|
48
|
-
"@agilebot/eslint-utils": "0.3.
|
48
|
+
"@agilebot/eslint-utils": "0.3.4"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"eslint-config-love": "^47.0.0"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
54
54
|
"eslint": "^7.0.0 || ^8.0.0",
|
55
|
-
"@agilebot/eslint-plugin": "0.3.
|
55
|
+
"@agilebot/eslint-plugin": "0.3.4"
|
56
56
|
},
|
57
57
|
"files": [
|
58
58
|
"bin",
|