Skip to content

Commit 968b98e

Browse files
committed
.eslintrc → .eslintrc.json
1 parent 7a53b72 commit 968b98e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/plugins/GoldenRetriever/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../../.eslintrc",
2+
"extends": "../../../.eslintrc.json",
33
"settings": {
44
"polyfills": ["serviceworkers"]
55
}

test/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../.eslintrc",
2+
"extends": "../.eslintrc.json",
33
"env": {
44
"mocha": true
55
}

0 commit comments

Comments
 (0)