View | Details | Raw Unified | Return to bug 36400
Collapse All | Expand All

(-)a/.eslintrc.json (-2 / +6 lines)
Lines 3-9 Link Here
3
        "browser": true,
3
        "browser": true,
4
        "jquery": true
4
        "jquery": true
5
    },
5
    },
6
    "extends": "eslint:recommended",
6
    "extends": [
7
        "eslint:recommended",
8
        "prettier"
9
    ],
7
    "rules": {
10
    "rules": {
8
        "indent": [
11
        "indent": [
9
            "error",
12
            "error",
Lines 17-21 Link Here
17
            "error",
20
            "error",
18
            "always"
21
            "always"
19
        ]
22
        ]
20
    }
23
    },
24
    "prettier/prettier": "error"
21
}
25
}
(-)a/.prettierrc.js (+13 lines)
Line 0 Link Here
1
module.exports = {
2
    arrowParens: "avoid",
3
    editorconfig: "false",
4
    trailingComma: "es5",
5
    overrides: [
6
        {
7
            files: "*.vue",
8
            options: {
9
                semi: false,
10
            }
11
        }
12
    ]
13
}
(-)a/package.json (+2 lines)
Lines 73-78 Link Here
73
    "babelify": "^10.0.0",
73
    "babelify": "^10.0.0",
74
    "browserify": "^17.0.0",
74
    "browserify": "^17.0.0",
75
    "clean-webpack-plugin": "^4.0.0",
75
    "clean-webpack-plugin": "^4.0.0",
76
    "eslint-config-prettier": "^9.1.0",
77
    "eslint-plugin-prettier": "^5.1.3",
76
    "gulp-tap": "^1.0.1",
78
    "gulp-tap": "^1.0.1",
77
    "html-webpack-plugin": "^5.5.0",
79
    "html-webpack-plugin": "^5.5.0",
78
    "postcss": "^8.4.14",
80
    "postcss": "^8.4.14",
(-)a/yarn.lock (-1 / +43 lines)
Lines 1130-1135 Link Here
1130
    "@nodelib/fs.scandir" "2.1.5"
1130
    "@nodelib/fs.scandir" "2.1.5"
1131
    fastq "^1.6.0"
1131
    fastq "^1.6.0"
1132
1132
1133
"@pkgr/core@^0.1.0":
1134
  version "0.1.1"
1135
  resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
1136
  integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
1137
1133
"@polka/url@^1.0.0-next.20":
1138
"@polka/url@^1.0.0-next.20":
1134
  version "1.0.0-next.21"
1139
  version "1.0.0-next.21"
1135
  resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
1140
  resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
Lines 4075-4080 escape-string-regexp@^1.0.5: Link Here
4075
  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
4080
  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
4076
  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
4081
  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
4077
4082
4083
eslint-config-prettier@^9.1.0:
4084
  version "9.1.0"
4085
  resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
4086
  integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
4087
4088
eslint-plugin-prettier@^5.1.3:
4089
  version "5.1.3"
4090
  resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
4091
  integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==
4092
  dependencies:
4093
    prettier-linter-helpers "^1.0.0"
4094
    synckit "^0.8.6"
4095
4078
eslint-scope@5.1.1:
4096
eslint-scope@5.1.1:
4079
  version "5.1.1"
4097
  version "5.1.1"
4080
  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
4098
  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
Lines 4347-4352 fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: Link Here
4347
  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
4365
  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
4348
  integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
4366
  integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
4349
4367
4368
fast-diff@^1.1.2:
4369
  version "1.3.0"
4370
  resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
4371
  integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
4372
4350
fast-glob@^3.2.11, fast-glob@^3.2.9:
4373
fast-glob@^3.2.11, fast-glob@^3.2.9:
4351
  version "3.2.11"
4374
  version "3.2.11"
4352
  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
4375
  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
Lines 7833-7838 postcss@^8.3.11, postcss@^8.4.14, postcss@^8.4.16: Link Here
7833
    picocolors "^1.0.0"
7856
    picocolors "^1.0.0"
7834
    source-map-js "^1.0.2"
7857
    source-map-js "^1.0.2"
7835
7858
7859
prettier-linter-helpers@^1.0.0:
7860
  version "1.0.0"
7861
  resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
7862
  integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
7863
  dependencies:
7864
    fast-diff "^1.1.2"
7865
7836
"prettier@^1.18.2 || ^2.0.0":
7866
"prettier@^1.18.2 || ^2.0.0":
7837
  version "2.7.1"
7867
  version "2.7.1"
7838
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
7868
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
Lines 9285-9290 svgo@^2.7.0: Link Here
9285
    picocolors "^1.0.0"
9315
    picocolors "^1.0.0"
9286
    stable "^0.1.8"
9316
    stable "^0.1.8"
9287
9317
9318
synckit@^0.8.6:
9319
  version "0.8.8"
9320
  resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
9321
  integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
9322
  dependencies:
9323
    "@pkgr/core" "^0.1.0"
9324
    tslib "^2.6.2"
9325
9288
syntax-error@^1.1.1:
9326
syntax-error@^1.1.1:
9289
  version "1.4.0"
9327
  version "1.4.0"
9290
  resolved "https://registry.yarnpkg.com/syntax-error/-/syntax-error-1.4.0.tgz#2d9d4ff5c064acb711594a3e3b95054ad51d907c"
9328
  resolved "https://registry.yarnpkg.com/syntax-error/-/syntax-error-1.4.0.tgz#2d9d4ff5c064acb711594a3e3b95054ad51d907c"
Lines 9532-9537 tslib@^2.0.3, tslib@^2.1.0: Link Here
9532
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
9570
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
9533
  integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
9571
  integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
9534
9572
9573
tslib@^2.6.2:
9574
  version "2.6.2"
9575
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
9576
  integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
9577
9535
tty-browserify@0.0.1:
9578
tty-browserify@0.0.1:
9536
  version "0.0.1"
9579
  version "0.0.1"
9537
  resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.1.tgz#3f05251ee17904dfd0677546670db9651682b811"
9580
  resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.1.tgz#3f05251ee17904dfd0677546670db9651682b811"
9538
- 

Return to bug 36400