Skip to content

Commit 0fb96f7

Browse files
committed
chore: all .eslintrc.js files must conform to linting rules
1 parent df6c1d6 commit 0fb96f7

File tree

12 files changed

+60
-60
lines changed

12 files changed

+60
-60
lines changed

packages/blockfrost/test/.eslintrc.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"] ,
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"],
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"],
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};

packages/cip2/test/.eslintrc.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"],
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};

packages/cip30/test/.eslintrc.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"],
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};

packages/core/test/.eslintrc.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"] ,
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"],
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};

packages/ogmios/test/.eslintrc.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"],
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};

packages/util-dev/test/.eslintrc.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"],
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};

packages/wallet/test/.eslintrc.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"],
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"],
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
"extends": ["../../../test/.eslintrc.js"],
3-
"parserOptions": {
4-
"project": [ "./tsconfig.json", "../../../tsconfig.eslint.json"],
5-
"tsconfigRootDir": __dirname
2+
extends: ['../../../test/.eslintrc.js'],
3+
parserOptions: {
4+
project: ['./tsconfig.json', '../../../tsconfig.eslint.json'],
5+
tsconfigRootDir: __dirname
66
}
7-
}
7+
};

0 commit comments

Comments
 (0)