Skip to content

Commit ca86ea7

Browse files
committed
chore(format): add 'dev-dist' to eslint ignore list
1 parent 4fb31f8 commit ca86ea7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "vitepress build",
1212
"preview": "vitepress preview",
1313
"lint": "eslint .",
14-
"lint:fix": "eslint --fix",
14+
"lint:fix": "eslint . --fix",
1515
"format": "prettier --write \"src/**/*.{ts,tsx,md}\"",
1616
"format:typedoc": "prettier --write \"src/typedoc/**/*.md\"",
1717
"clean": "rimraf .vitepress/dist .vitepress/cache .turbo",

config/eslint-config-custom/eslint-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module.exports = {
3737
"coverage/",
3838
"dist/",
3939
"dev/",
40+
"dev-dist",
4041
"typeDoc/",
4142
],
4243
// 0 = off, 1 = warn, 2 = error

0 commit comments

Comments
 (0)