ko-lint-config 0.0.7 → 0.0.8

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/.eslintrc.js +7 -0
  2. package/package.json +2 -2
package/.eslintrc.js CHANGED
@@ -150,6 +150,13 @@ module.exports = {
150
150
  },
151
151
  ],
152
152
  'dt-react/jsx-wrap-multilines': 1,
153
+ 'dt-react/self-closing-comp': [
154
+ 1,
155
+ {
156
+ component: true,
157
+ html: false,
158
+ },
159
+ ],
153
160
 
154
161
  'jsx-a11y/no-static-element-interactions': 0,
155
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ko-lint-config",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
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.5",
33
+ "eslint-plugin-dt-react": "0.0.6",
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",