@itcase/lint 1.0.12 → 1.0.13

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.
Files changed (2) hide show
  1. package/eslint/index.js +1 -0
  2. package/package.json +7 -7
package/eslint/index.js CHANGED
@@ -102,6 +102,7 @@ const eslintConfig = [
102
102
  isTablet: 'isTablet*',
103
103
  isDesktop: 'isDesktop*',
104
104
  ...eslintStyleObjectsCustomGroups,
105
+ device: 'device',
105
106
  is: 'is*',
106
107
  callback: 'on*',
107
108
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -36,13 +36,13 @@
36
36
  "eslint": "^9.10.0",
37
37
  "eslint-config-prettier": "^9.1.0",
38
38
  "eslint-plugin-mobx": "^0.0.11",
39
- "eslint-plugin-n": "17.10.2",
40
- "eslint-plugin-node": "11.1.0",
41
- "eslint-plugin-perfectionist": "3.5.0",
42
- "eslint-plugin-prettier": "5.2.1",
43
- "eslint-plugin-promise": "7.1.0",
39
+ "eslint-plugin-n": "^17.10.2",
40
+ "eslint-plugin-node": "^11.1.0",
41
+ "eslint-plugin-perfectionist": "^3.5.0",
42
+ "eslint-plugin-prettier": "^5.2.1",
43
+ "eslint-plugin-promise": "^7.1.0",
44
44
  "eslint-plugin-react": "^7.35.2",
45
- "eslint-plugin-react-hooks": "4.6.2",
45
+ "eslint-plugin-react-hooks": "^4.6.2",
46
46
  "eslint-plugin-react-refresh": "^0.4.11",
47
47
  "prettier": "^3.3.3",
48
48
  "stylelint-config-standard": "^36.0.1",