ko-lint-config 0.0.1 → 0.0.4

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/.eslintrc.js CHANGED
@@ -134,6 +134,7 @@ module.exports = {
134
134
  ],
135
135
  'react/react-in-jsx-scope': 0,
136
136
  'react/jsx-closing-tag-location': 0,
137
+ 'react/jsx-boolean-value': [1, 'never'],
137
138
  'react-hooks/rules-of-hooks': 2,
138
139
  'react-hooks/exhaustive-deps': 0,
139
140
 
@@ -148,6 +149,7 @@ module.exports = {
148
149
  beforeClosing: 'proportional-always',
149
150
  },
150
151
  ],
152
+ 'dt-react/jsx-wrap-multilines': 1,
151
153
 
152
154
  'jsx-a11y/no-static-element-interactions': 0,
153
155
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ko-lint-config",
3
- "version": "0.0.1",
3
+ "version": "0.0.4",
4
4
  "description": "lint configs about eslint stylelint and prettier",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "@typescript-eslint/parser": "^5.18.0",
31
31
  "eslint": "^8.0.0",
32
32
  "eslint-config-standard": "^17.0.0",
33
- "eslint-plugin-dt-react": "^0.0.1",
33
+ "eslint-plugin-dt-react": "^0.0.2",
34
34
  "eslint-plugin-import": "^2.26.0",
35
35
  "eslint-plugin-jest": "^26.1.3",
36
36
  "eslint-plugin-jsx-a11y": "^6.5.1",
@@ -1,7 +1,7 @@
1
1
  lockfileVersion: 5.3
2
2
 
3
3
  specifiers:
4
- eslint-plugin-dt-react: ^0.0.1
4
+ eslint-plugin-dt-react: ^0.0.2
5
5
 
6
6
  dependencies:
7
7
  eslint-plugin-dt-react: link:../../../../../../../../pnpm-global/5/node_modules/eslint-plugin-dt-react
@@ -0,0 +1,7 @@
1
+ lockfileVersion: 5.3
2
+
3
+ specifiers:
4
+ eslint-plugin-dt-react: ^0.0.2
5
+
6
+ dependencies:
7
+ eslint-plugin-dt-react: link:../../../../../../../../pnpm-global/5/node_modules/eslint-plugin-dt-react