Skip to content

Commit

Permalink
Upgrade repo to ESLint 8 ecosystem (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyneplaine committed Nov 18, 2021
1 parent b20d4b9 commit 074bae7
Show file tree
Hide file tree
Showing 5 changed files with 789 additions and 74 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-bugs-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@preconstruct/eslint-plugin-format-js-tag": minor
---

Support ESLint 8
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"@types/rollup-plugin-json": "^3.0.2",
"@types/source-map-support": "^0.5.0",
"@types/terser": "^3.12.0",
"@typescript-eslint/parser": "^4.2.0",
"@typescript-eslint/parser": "^5.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-macros": "^2.8.0",
"codecov": "^3.6.1",
"cross-env": "^7.0.2",
"eslint": "^6.6.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.16.0",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"fixturez": "^1.1.0",
"jest": "^24.9.0",
"jest-in-case": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-format-js-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dist"
],
"dependencies": {
"@typescript-eslint/experimental-utils": "^4.2.0"
"@typescript-eslint/experimental-utils": "^5.4.0"
},
"peerDependencies": {
"prettier": "*"
Expand Down
3 changes: 1 addition & 2 deletions packages/eslint-plugin-format-js-tag/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export const rules = {
defaultOptions: [],
meta: {
docs: {
category: "Stylistic Issues",
description: "",
description: "Formats `js`, `ts` and `tsx` template tags with Prettier",
recommended: "error",
},
messages,
Expand Down

0 comments on commit 074bae7

Please sign in to comment.