@qlik/eslint-config 0.4.1 → 0.4.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,8 +1,6 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
extends: ["./airbnb-base-mod"],
|
|
3
3
|
rules: {
|
|
4
|
-
// modifies airbnb default rules
|
|
5
|
-
"no-undef": "off", // typescript handles these checks
|
|
6
4
|
// modifies airbnb ts default rules
|
|
7
5
|
"lines-between-class-members": "off",
|
|
8
6
|
"@typescript-eslint/lines-between-class-members": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qlik/eslint-config",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Qlik's ESLint config for typescript",
|
|
5
5
|
"repository": "git@github.com:qlik-oss/dev-tools-js.git",
|
|
6
6
|
"license": "ISC",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"extends": "eslint:recommended"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@typescript-eslint/eslint-plugin": "5.59.
|
|
32
|
-
"@typescript-eslint/parser": "5.59.
|
|
31
|
+
"@typescript-eslint/eslint-plugin": "5.59.9",
|
|
32
|
+
"@typescript-eslint/parser": "5.59.9",
|
|
33
33
|
"eslint-config-airbnb": "19.0.4",
|
|
34
34
|
"eslint-config-airbnb-base": "15.0.0",
|
|
35
35
|
"eslint-config-airbnb-typescript": "17.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
43
43
|
"eslint-plugin-svelte": "2.30.0",
|
|
44
44
|
"eslint-plugin-testing-library": "5.11.0",
|
|
45
|
-
"eslint-plugin-vitest": "0.2.
|
|
45
|
+
"eslint-plugin-vitest": "0.2.6",
|
|
46
46
|
"svelte-eslint-parser": "0.30.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|