@yamato-daiwa/style_guides 0.0.21 → 0.0.23

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.
@@ -245,9 +245,11 @@ module.exports = {
245
245
  {
246
246
  min: 4,
247
247
  properties: "never",
248
+ /* Case is matters */
248
249
  exceptions: [
249
250
  "add",
250
251
  "id",
252
+ "ID",
251
253
  "key",
252
254
  "Pug",
253
255
  "pug",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/style_guides",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "description": "The guidelines for ESLint, Pug and Stylus.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,15 +16,15 @@
16
16
  ],
17
17
  "license": "MIT",
18
18
  "devDependencies": {
19
- "typescript": "4.8.2"
19
+ "typescript": "4.8.4"
20
20
  },
21
21
  "dependencies": {
22
- "@typescript-eslint/eslint-plugin": "5.36.1",
23
- "@typescript-eslint/parser": "5.36.1",
24
- "eslint": "8.23.0",
22
+ "@typescript-eslint/eslint-plugin": "5.38.1",
23
+ "@typescript-eslint/parser": "5.38.1",
24
+ "eslint": "8.24.0",
25
25
  "eslint-plugin-import": "2.26.0",
26
26
  "eslint-plugin-node": "11.1.0",
27
- "eslint-plugin-vue": "9.4.0",
27
+ "eslint-plugin-vue": "9.5.1",
28
28
  "eslint-plugin-vue-pug": "0.5.4"
29
29
  },
30
30
  "files": [