|
52 | 52 | "eslint-plugin-react": "^7.32.2", |
53 | 53 | "eslint-plugin-testing-library": "^6.0.1", |
54 | 54 | "jsdom": "^22.0.0", |
55 | | - "pre-commit": "^1.2.2", |
56 | 55 | "prettier": "^3.0.0", |
57 | 56 | "prettier-eslint": "^16.3.0", |
58 | 57 | "prettier-eslint-cli": "^7.1.0", |
|
76 | 75 | "build": "tsc && vite build", |
77 | 76 | "serve": "vite preview --outDir build", |
78 | 77 | "test": "vitest", |
79 | | - "test-pre-commit": "vitest --run", |
80 | 78 | "coverage": "vitest run --coverage ", |
81 | 79 | "lint": "eslint ./src --ext .js,.ts && echo \"👍 Passed linting check.\n\"", |
82 | 80 | "lint-fix": "eslint ./src --ext .js,.ts --fix", |
|
112 | 110 | "last 1 safari version" |
113 | 111 | ] |
114 | 112 | }, |
115 | | - "remarkConfig": { |
116 | | - "plugins": [ |
117 | | - "remark-gfm", |
118 | | - "validate-links", |
119 | | - "remark-preset-lint-consistent", |
120 | | - "remark-preset-lint-markdown-style-guide", |
121 | | - "remark-preset-lint-recommended", |
122 | | - "lint-no-html", |
123 | | - [ |
124 | | - "remark-lint-emphasis-marker", |
125 | | - "*" |
126 | | - ], |
127 | | - [ |
128 | | - "remark-lint-no-duplicate-headings", |
129 | | - false |
130 | | - ], |
131 | | - "remark-lint-hard-break-spaces", |
132 | | - "remark-lint-blockquote-indentation", |
133 | | - "remark-lint-no-consecutive-blank-lines", |
134 | | - [ |
135 | | - "remark-lint-maximum-line-length", |
136 | | - 150 |
137 | | - ], |
138 | | - [ |
139 | | - "remark-lint-fenced-code-flag", |
140 | | - false |
141 | | - ], |
142 | | - "remark-lint-fenced-code-marker", |
143 | | - "remark-lint-no-shell-dollars", |
144 | | - [ |
145 | | - "remark-lint-code-block-style", |
146 | | - "fenced" |
147 | | - ], |
148 | | - "remark-lint-heading-increment", |
149 | | - "remark-lint-no-multiple-toplevel-headings", |
150 | | - "remark-lint-no-heading-punctuation", |
151 | | - [ |
152 | | - "remark-lint-maximum-heading-length", |
153 | | - 70 |
154 | | - ], |
155 | | - [ |
156 | | - "remark-lint-heading-style", |
157 | | - "atx" |
158 | | - ], |
159 | | - [ |
160 | | - "remark-lint-no-shortcut-reference-link", |
161 | | - false |
162 | | - ], |
163 | | - "remark-lint-list-item-bullet-indent", |
164 | | - "remark-lint-ordered-list-marker-style", |
165 | | - "remark-lint-ordered-list-marker-value", |
166 | | - "remark-lint-checkbox-character-style", |
167 | | - [ |
168 | | - "remark-lint-unordered-list-marker-style", |
169 | | - "-" |
170 | | - ], |
171 | | - [ |
172 | | - "remark-lint-list-item-indent", |
173 | | - "space" |
174 | | - ], |
175 | | - "remark-lint-table-pipes", |
176 | | - "remark-lint-no-literal-urls", |
177 | | - [ |
178 | | - "remark-lint-no-file-name-irregular-characters", |
179 | | - false |
180 | | - ], |
181 | | - [ |
182 | | - "remark-lint-list-item-spacing", |
183 | | - false |
184 | | - ] |
185 | | - ] |
186 | | - }, |
187 | 113 | "jest": { |
188 | 114 | "transformIgnorePatterns": [ |
189 | 115 | "node_modules/(?!react-leaflet)/" |
|
0 commit comments