Skip to content

Commit a418205

Browse files
committed
Use json instead of json5
1 parent 46701dc commit a418205

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
extends: ["react-app"],
3-
rules: {
2+
"extends": ["react-app"],
3+
"rules": {
44
"import/first": 0
55
}
66
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
env: {
3-
browser: true,
4-
commonjs: true
2+
"env": {
3+
"browser": true,
4+
"commonjs": true
55
},
6-
rules: {
7-
strict: 0
6+
"rules": {
7+
"strict": 0
88
}
99
}

packages/react-router-dom/.eslintrc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
env: {
3-
browser: true,
4-
commonjs: true
2+
"env": {
3+
"browser": true,
4+
"commonjs": true
55
},
6-
globals: {
7-
__DEV__: true
6+
"globals": {
7+
"__DEV__": true
88
},
9-
rules: {
10-
strict: 0
9+
"rules": {
10+
"strict": 0
1111
}
1212
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
globals: {
3-
__DEV__: true
2+
"globals": {
3+
"__DEV__": true
44
}
55
}

packages/react-router/.eslintrc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
env: {
3-
browser: true,
4-
commonjs: true
2+
"env": {
3+
"browser": true,
4+
"commonjs": true
55
},
6-
globals: {
7-
__DEV__: true
6+
"globals": {
7+
"__DEV__": true
88
},
9-
rules: {
10-
strict: 0
9+
"rules": {
10+
"strict": 0
1111
}
1212
}

0 commit comments

Comments
 (0)