Skip to content

Commit

Permalink
chore: upgrade eslint (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
icco authored Dec 28, 2024
1 parent 57e0b29 commit 252e729
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 678 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,9 @@
"eslint:recommended",
"next/core-web-vitals",
"plugin:@typescript-eslint/recommended",
"plugin:mdx/recommended",
"plugin:markdown/recommended-legacy",
"plugin:prettier/recommended",
"prettier"
],
"settings": {
"mdx/code-blocks": true
}
"settings": {}
}
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"next-sitemap": "^4.0.0",
"next-themes": "^0.4.3",
"prop-types": "^15.7.2",
"react": "^19.0.0-rc-69d4b800-20241021",
"react-dom": "^19.0.0-rc-69d4b800-20241021",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rehype-slug": "^6.0.0",
"remark-definition-list": "^2.0.0",
"remark-gfm": "^4.0.0",
Expand All @@ -49,16 +49,16 @@
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.178",
"@types/mdx": "^2.0.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.16",
"dlx": "^0.2.1",
"eslint": "^8.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^15.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-mdx": "^3.0.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"postcss": "^8.4.31",
Expand All @@ -67,10 +67,6 @@
"typescript": "^5.2.2",
"webpack": "^5.10.0"
},
"resolutions": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
Expand Down
2 changes: 1 addition & 1 deletion public/sitemap-0.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url><loc>https://natwelch.com/wiki</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
<url><loc>https://natwelch.com</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
<url><loc>https://natwelch.com/wiki/about</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
<url><loc>https://natwelch.com/wiki/books</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
<url><loc>https://natwelch.com/wiki/books/locative.garden</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
Expand Down Expand Up @@ -36,5 +37,4 @@
<url><loc>https://natwelch.com/wiki/support</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
<url><loc>https://natwelch.com/wiki/talks</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
<url><loc>https://natwelch.com/wiki/writing</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
<url><loc>https://natwelch.com</loc><changefreq>monthly</changefreq><priority>0.7</priority></url>
</urlset>
Loading

0 comments on commit 252e729

Please sign in to comment.