Skip to content

Commit eca2977

Browse files
author
Josh Goldberg
committed
Accepted new end-to-end baselines from master
1 parent 07be509 commit eca2977

File tree

9 files changed

+17
-4
lines changed

9 files changed

+17
-4
lines changed

test/tests/custom eslint path/eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
}
3333
],
3434
"prefer-template": "off",
35+
"unicorn/filename-case": "off",
3536
"@typescript-eslint/tslint/config": [
3637
"error",
3738
{

test/tests/custom eslint path/expected.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = {
3232
}
3333
],
3434
"prefer-template": "off",
35+
"unicorn/filename-case": "off",
3536
"@typescript-eslint/tslint/config": [
3637
"error",
3738
{
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
18 rules replaced with their ESLint equivalents. ✨
1+
19 rules replaced with their ESLint equivalents. ✨
22
️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3+
⚡ 1 package is required for new ESLint rules. ⚡
4+
unicorn
35
✅ All is well! ✅

test/tests/custom package path/eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ module.exports = {
4040
}
4141
],
4242
"prefer-template": "off",
43+
"unicorn/filename-case": "off",
4344
"@typescript-eslint/tslint/config": [
4445
"error",
4546
{
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
18 rules replaced with their ESLint equivalents. ✨
1+
19 rules replaced with their ESLint equivalents. ✨
22
️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3+
⚡ 1 package is required for new ESLint rules. ⚡
4+
unicorn
35
✅ All is well! ✅

test/tests/custom typescript path/eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ module.exports = {
3939
}
4040
],
4141
"prefer-template": "off",
42+
"unicorn/filename-case": "off",
4243
"@typescript-eslint/tslint/config": [
4344
"error",
4445
{
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
18 rules replaced with their ESLint equivalents. ✨
1+
19 rules replaced with their ESLint equivalents. ✨
22
️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3+
⚡ 1 package is required for new ESLint rules. ⚡
4+
unicorn
35
✅ All is well! ✅

test/tests/standalone tslint.json/eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ module.exports = {
4040
}
4141
],
4242
"prefer-template": "off",
43+
"unicorn/filename-case": "off",
4344
"@typescript-eslint/tslint/config": [
4445
"error",
4546
{
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
18 rules replaced with their ESLint equivalents. ✨
1+
19 rules replaced with their ESLint equivalents. ✨
22
️👀 2 rules do not yet have ESLint equivalents; defaulting to eslint-plugin-tslint. 👀
3+
⚡ 1 package is required for new ESLint rules. ⚡
4+
unicorn
35
✅ All is well! ✅

0 commit comments

Comments
 (0)