@itcase/lint 1.1.35 → 1.1.37
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.
|
@@ -172,6 +172,8 @@ const props = [
|
|
|
172
172
|
'code',
|
|
173
173
|
'errors',
|
|
174
174
|
|
|
175
|
+
'design',
|
|
176
|
+
|
|
175
177
|
// Indents and margins
|
|
176
178
|
'margin',
|
|
177
179
|
'marginMobile',
|
|
@@ -295,7 +297,6 @@ const props = [
|
|
|
295
297
|
'loaders',
|
|
296
298
|
'parameters',
|
|
297
299
|
'page',
|
|
298
|
-
'design',
|
|
299
300
|
'layout',
|
|
300
301
|
'sourceLink',
|
|
301
302
|
'tags',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.37",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets",
|
|
6
6
|
"engines": {
|
|
@@ -43,6 +43,8 @@
|
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "^8.39.1",
|
|
44
44
|
"@typescript-eslint/parser": "^8.39.1",
|
|
45
45
|
"eslint": "^9.33.0",
|
|
46
|
+
"eslint-import-resolver-alias": "^1.1.2",
|
|
47
|
+
"eslint-plugin-import": "^2.32.0",
|
|
46
48
|
"eslint-config-prettier": "^10.1.8",
|
|
47
49
|
"eslint-plugin-html": "^8.1.3",
|
|
48
50
|
"eslint-plugin-json": "^4.0.1",
|