Skip to content

Commit 6083371

Browse files
committed
chore: Update eslint ignore rules
1 parent 040c1d7 commit 6083371

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

eslint.config.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@ export default antfu({
44
// enable UnoCSS support
55
// https://unocss.dev/integrations/vscode
66
unocss: true,
7-
8-
ignores: [
9-
'netlify.toml',
10-
'node_modules',
11-
'dist',
12-
],
137
})

netlify.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[build]
2-
base = "/"
3-
publish = "dist"
4-
command = "npm run build"
2+
base = "/"
3+
publish = "dist"
4+
command = "npm run build"
55

66
[[redirects]]
7-
from = "/*"
8-
to = "/index.html"
9-
status = 200
7+
from = "/*"
8+
to = "/index.html"
9+
status = 200

0 commit comments

Comments
 (0)