@itcase/lint 1.1.99 → 1.1.100
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.1.100](https://github.com/ITCase/itcase-lint/compare/v1.1.99...v1.1.100) (2026-03-06)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **eslint:** Update rules ([5415d30](https://github.com/ITCase/itcase-lint/commit/5415d30190ea23e6b7a55f96734e0fb0e07185bd))
|
|
6
|
+
|
|
1
7
|
## [1.1.99](https://github.com/ITCase/itcase-lint/compare/v1.1.98...v1.1.99) (2026-03-06)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/dist/eslint/storybook.js
CHANGED
package/dist/eslint.js
CHANGED
|
@@ -13,7 +13,7 @@ import globals from 'globals';
|
|
|
13
13
|
import eslintTypeScript from 'typescript-eslint';
|
|
14
14
|
import { s as sortUnionTypes, a as sortObjectTypes, b as sortObjects, c as sortExports, d as sortNamedExports, e as sortMaps, f as sortJSXProps, g as sortIntersectionTypes, h as sortInterfaces, i as sortEnums } from './sortUnionTypes_G8w5Oj3O.js';
|
|
15
15
|
import parser from '@typescript-eslint/parser';
|
|
16
|
-
import { i as itcaseLintPlugin, p as pluginName, r as ruleName, s as storybookConfig } from './
|
|
16
|
+
import { i as itcaseLintPlugin, p as pluginName, r as ruleName, s as storybookConfig } from './index_BUaP0Zu6.js';
|
|
17
17
|
import { noRestrictedSyntaxRestrictWords } from './eslint/restrictWords.js';
|
|
18
18
|
export { default as eslintFigma } from './eslint/figma.js';
|
|
19
19
|
import 'eslint-plugin-storybook';
|
|
@@ -280,9 +280,9 @@ const MESSAGE_IDS = {
|
|
|
280
280
|
urlMustContainFigma: 'urlMustContainFigma',
|
|
281
281
|
};
|
|
282
282
|
const MESSAGES = {
|
|
283
|
-
[MESSAGE_IDS.missingOrEmptyUrl]: 'parameters.design.url
|
|
284
|
-
[MESSAGE_IDS.typeMustBeFigma]: 'parameters.design.type
|
|
285
|
-
[MESSAGE_IDS.urlMustContainFigma]: 'parameters.design.url
|
|
283
|
+
[MESSAGE_IDS.missingOrEmptyUrl]: 'parameters.design.url is required and must not be empty.',
|
|
284
|
+
[MESSAGE_IDS.typeMustBeFigma]: 'parameters.design.type must be "figma".',
|
|
285
|
+
[MESSAGE_IDS.urlMustContainFigma]: 'parameters.design.url must contain a link to figma.com.',
|
|
286
286
|
};
|
|
287
287
|
|
|
288
288
|
function getPropertyName(key) {
|