Skip to content

Commit

Permalink
Upgrade to ESLint8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Oct 11, 2021
1 parent 6932cb3 commit c1df05d
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 27 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"autoprefixer": "^10.3.6",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gatsby-plugin-postcss": "^4.14.0",
Expand Down
15 changes: 11 additions & 4 deletions package3.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
"url": "https://github.com/ChristineTham/hellotham-gatsby/issues"
},
"homepage": "https://hellotham.com",
"keywords": ["gatsby", "typescript", "MDX", "Prism", "TailwindCSS", "blog"],
"keywords": [
"gatsby",
"typescript",
"MDX",
"Prism",
"TailwindCSS",
"blog"
],
"license": "0BSD",
"main": "n/a",
"repository": {
Expand Down Expand Up @@ -58,10 +65,10 @@
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"autoprefixer": "^10.3.6",
"eslint": "^7.32.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gatsby-plugin-postcss": "^4.14.0",
Expand Down
Loading

0 comments on commit c1df05d

Please sign in to comment.