Skip to content

Commit 8fa640e

Browse files
committed
update prettier ignores and remove unneeded parcel plugin
1 parent 8f689ea commit 8fa640e

File tree

5 files changed

+7
-26
lines changed

5 files changed

+7
-26
lines changed

src/Elastic.Markdown/.parcelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Ignore artifacts:
22
build
33
coverage
4+
mermaid.js
5+
mermaid.tiny.js

src/Elastic.Markdown/eslint.config.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ import globals from 'globals'
44
import tseslint from 'typescript-eslint'
55

66
export default defineConfig([
7-
globalIgnores(['_static/main.js', '_static/mermaid.js']),
7+
globalIgnores([
8+
'_static/main.js',
9+
'_static/mermaid.tiny.js',
10+
'_static/mermaid.js',
11+
]),
812
{ files: ['**/*.{js,mjs,cjs,ts}'] },
913
{
1014
files: ['**/*.{js,mjs,cjs,ts}'],

src/Elastic.Markdown/package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Elastic.Markdown/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
"source": "Assets/styles.css"
2626
}
2727
},
28-
"parcelIgnore": [
29-
"mermaid/dist/mermaid.esm.min.mjs"
30-
],
3128
"repository": {
3229
"type": "git",
3330
"url": "https://github.com/elastic/docs-builder.git"
@@ -40,7 +37,6 @@
4037
"eslint": "9.28.0",
4138
"globals": "16.1.0",
4239
"parcel": "2.15.2",
43-
"parcel-resolver-ignore": "^2.2.0",
4440
"postcss": "8.5.4",
4541
"postcss-import": "16.1.0",
4642
"prettier": "3.5.3",

0 commit comments

Comments
 (0)