Skip to content

Commit 261cd5c

Browse files
committedAug 4, 2024·
reorg configs
1 parent 1b73089 commit 261cd5c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+175
-185
lines changed
 

‎.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/** @type {import("eslint").Linter.Config} */
33
module.exports = {
44
ignorePatterns: ["apps/**", "packages/**"],
5-
extends: ["@meshsdk/eslint-config/library.js"],
5+
extends: ["@meshsdk/configs/eslint/library.js"],
66
parser: "@typescript-eslint/parser",
77
parserOptions: {
88
project: true,

‎apps/playground/.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import("eslint").Linter.Config} */
22
module.exports = {
33
root: true,
4-
extends: ["@meshsdk/eslint-config/next.js"],
4+
extends: ["@meshsdk/configs/eslint/next.js"],
55
parser: "@typescript-eslint/parser",
66
parserOptions: {
77
project: true,

0 commit comments

Comments
 (0)
Please sign in to comment.