Skip to content

Commit 40f8239

Browse files
chore(deps): update dependency @ota-meshi/eslint-plugin to ^0.15.0 (#96)
* chore(deps): update dependency @ota-meshi/eslint-plugin to ^0.15.0 * format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ota-meshi <otameshiyo23@gmail.com>
1 parent 2cb21e0 commit 40f8239

34 files changed

+1527
-1530
lines changed

.eslintrc.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
"use strict"
1+
"use strict";
22

33
module.exports = {
4-
extends: [
5-
"plugin:@ota-meshi/recommended",
6-
"plugin:@ota-meshi/+node",
7-
"plugin:@ota-meshi/+json",
8-
"plugin:@ota-meshi/+prettier",
9-
],
4+
extends: [
5+
"plugin:@ota-meshi/recommended",
6+
"plugin:@ota-meshi/+node",
7+
"plugin:@ota-meshi/+json",
8+
"plugin:@ota-meshi/+prettier",
9+
],
1010

11-
rules: {
12-
"no-loop-func": "off",
11+
rules: {
12+
"no-loop-func": "off",
13+
"require-jsdoc": "off",
14+
},
15+
16+
overrides: [
17+
{
18+
files: ["scripts/*.js"],
19+
rules: {
1320
"require-jsdoc": "off",
21+
},
1422
},
15-
16-
overrides: [
17-
{
18-
files: ["scripts/*.js"],
19-
rules: {
20-
"require-jsdoc": "off",
21-
},
22-
},
23-
],
24-
}
23+
],
24+
};

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup node
1414
uses: actions/setup-node@v4
1515
- name: Install deps
16-
run: npm install
16+
run: npm install -f
1717
- name: Format
1818
run: npm run lint-fix
1919
- name: Commit

.vscode/settings.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"eslint.validate": [
3-
"javascript",
4-
"javascriptreact",
5-
"html",
6-
"vue",
7-
"json",
8-
"jsonc"
9-
],
10-
"typescript.validate.enable": false,
11-
"javascript.validate.enable": false,
12-
"eslint.workingDirectories": ["./", "./docs/.vuepress"],
2+
"eslint.validate": [
3+
"javascript",
4+
"javascriptreact",
5+
"html",
6+
"vue",
7+
"json",
8+
"jsonc"
9+
],
10+
"typescript.validate.enable": false,
11+
"javascript.validate.enable": false,
12+
"eslint.workingDirectories": ["./", "./docs/.vuepress"],
13+
"editor.codeActionsOnSave": {
14+
"source.fixAll.eslint": "explicit"
15+
},
16+
"[html]": {
1317
"editor.codeActionsOnSave": {
14-
"source.fixAll.eslint": "explicit"
15-
},
16-
"[html]": {
17-
"editor.codeActionsOnSave": {
18-
"source.fixAll.eslint": "never"
19-
}
18+
"source.fixAll.eslint": "never"
2019
}
20+
}
2121
}

0 commit comments

Comments
 (0)