File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Qlty configuration for Mouse Dictionary
2- # TypeScript/JavaScript ブラウザ拡張機能プロジェクト
3-
4- [plugins .prettier ]
5- enabled = true
6- version = " known_good"
7-
8- [plugins .markdownlint ]
9- enabled = true
10- version = " known_good"
11-
12- [plugins .yamllint ]
13- enabled = true
14- version = " known_good"
15- config_file = " .yamllint.yaml"
16-
17- [plugins .actionlint ]
18- enabled = true
19- version = " known_good"
20-
21- [plugins .trufflehog ]
22- enabled = true
23- version = " known_good"
24-
25- [plugins .osv-scanner ]
26- enabled = true
27- version = " known_good"
28-
29- [plugins .trivy ]
30- enabled = true
31- version = " known_good"
32-
33- [plugins .checkov ]
34- enabled = true
35- version = " known_good"
36-
37- [plugins .ripgrep ]
38- enabled = true
39- version = " known_good"
40-
41- [plugins .radarlint-js ]
42- enabled = true
43- version = " known_good"
44-
45- # Biomeは既存のbiome.jsonとnpm run lintで管理しているため無効化
46- [plugins .biome ]
47- enabled = false
48- version = " known_good"
49-
50- # ESLintは既存のプロジェクトで使用していないため無効化
51- [plugins .eslint ]
52- enabled = false
53-
54- # TypeScript型チェックは既存のnpm run testで実行しているため無効化
55- [plugins .tsc ]
56- enabled = false
57-
58- # 除外パターン
591exclude = [
602 " dist*/" ,
613 " coverage/" ,
You can’t perform that action at this time.
0 commit comments