@yamato-daiwa/style_guides 0.0.2 → 0.0.3

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.
@@ -249,7 +249,9 @@ module.exports = {
249
249
  "add",
250
250
  "id",
251
251
  "key",
252
+ "Pug",
252
253
  "pug",
254
+ "Vue",
253
255
  "vue"
254
256
  ]
255
257
  }
@@ -218,7 +218,7 @@ module.exports = {
218
218
  ],
219
219
 
220
220
  "no-duplicate-imports": "off",
221
- "@typescript-eslint/no-duplicate-imports": "error",
221
+ "import/no-duplicates": "error",
222
222
 
223
223
  "no-empty-function": "off",
224
224
  "@typescript-eslint/no-empty-function": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/style_guides",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "The guidelines for ESLint, Pug and Stylus.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,9 +20,9 @@
20
20
  "typescript": "4.6.4"
21
21
  },
22
22
  "dependencies": {
23
- "@typescript-eslint/eslint-plugin": "5.22.0",
24
- "@typescript-eslint/parser": "5.22.0",
25
- "eslint": "8.15.0",
23
+ "@typescript-eslint/eslint-plugin": "5.25.0",
24
+ "@typescript-eslint/parser": "5.25.0",
25
+ "eslint": "8.16.0",
26
26
  "eslint-plugin-node": "11.1.0"
27
27
  },
28
28
  "files": [