Skip to content

Commit

Permalink
fix: [M3-7832] - Update root eslint parser to @typescript-eslint/pars…
Browse files Browse the repository at this point in the history
…er (#10243)

* Update parser from root eslint

* Added changeset: Update root eslint parser to @typescript-eslint/parser
  • Loading branch information
abailly-akamai authored Mar 4, 2024
1 parent b8c1e45 commit cb8232a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
root: true,
ignorePatterns: ["**/node_modules/", "**/build/"],
parser: "@babel/eslint-parser",
parser: "@typescript-eslint/parser",
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Tech Stories
---

Update root eslint parser to @typescript-eslint/parser ([#10243](https://github.com/linode/manager/pull/10243))

0 comments on commit cb8232a

Please sign in to comment.