@planfredapp/eslint-config 1.0.53 → 1.0.55
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/cypress.js +1 -1
- package/package.json +9 -9
- package/test.js +5 -0
package/cypress.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @type {import('eslint').Linter.Config[]} */
|
|
2
|
-
import cypressPlugin from 'eslint-plugin-cypress
|
|
2
|
+
import cypressPlugin from 'eslint-plugin-cypress'
|
|
3
3
|
import noOnlyTestsPlugin from 'eslint-plugin-no-only-tests'
|
|
4
4
|
import globals from 'globals'
|
|
5
5
|
import tsEslint from 'typescript-eslint'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planfredapp/eslint-config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.55",
|
|
4
4
|
"description": "Shared ESLint configurations for Planfred monorepo",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -46,23 +46,23 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@eslint/js": "9.39.2",
|
|
49
|
-
"@stylistic/eslint-plugin": "5.
|
|
50
|
-
"@vitest/eslint-plugin": "1.6.
|
|
51
|
-
"eslint-plugin-cypress": "
|
|
49
|
+
"@stylistic/eslint-plugin": "5.9.0",
|
|
50
|
+
"@vitest/eslint-plugin": "1.6.9",
|
|
51
|
+
"eslint-plugin-cypress": "6.1.0",
|
|
52
52
|
"eslint-plugin-import": "2.32.0",
|
|
53
|
-
"eslint-plugin-n": "17.
|
|
53
|
+
"eslint-plugin-n": "17.24.0",
|
|
54
54
|
"eslint-plugin-no-only-tests": "3.3.0",
|
|
55
55
|
"eslint-plugin-no-relative-import-paths": "1.6.1",
|
|
56
56
|
"eslint-plugin-promise": "7.2.1",
|
|
57
|
-
"eslint-plugin-vue": "10.
|
|
58
|
-
"globals": "17.
|
|
59
|
-
"typescript-eslint": "8.
|
|
57
|
+
"eslint-plugin-vue": "10.8.0",
|
|
58
|
+
"globals": "17.3.0",
|
|
59
|
+
"typescript-eslint": "8.56.0"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"eslint": "9.39.2",
|
|
63
63
|
"typescript": "5.9.3",
|
|
64
64
|
"vitest": "4.0.18",
|
|
65
|
-
"vue-eslint-parser": "10.
|
|
65
|
+
"vue-eslint-parser": "10.4.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"eslint": ">=9.0.0"
|