Skip to content

Commit 01d6e0c

Browse files
committed
Meta tweaks
1 parent 265557a commit 01d6e0c

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

browser.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
module.exports = {
44
extends: 'xo/browser',
55
rules: {
6-
indent: [2, 2, {SwitchCase: 1}]
6+
indent: [
7+
'error',
8+
2,
9+
{
10+
SwitchCase: 1
11+
}
12+
]
713
}
814
};

esnext.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
module.exports = {
44
extends: 'xo/esnext',
55
rules: {
6-
indent: [2, 2, {SwitchCase: 1}]
6+
indent: [
7+
'error',
8+
2,
9+
{
10+
SwitchCase: 1
11+
}
12+
]
713
}
814
};

index.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
module.exports = {
44
extends: 'xo',
55
rules: {
6-
indent: [2, 2, {SwitchCase: 1}]
6+
indent: [
7+
'error',
8+
2,
9+
{
10+
SwitchCase: 1
11+
}
12+
]
713
}
814
};

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,11 @@
2121
"browser.js"
2222
],
2323
"keywords": [
24-
"❤️",
2524
"space",
2625
"spaces",
2726
"eslintconfig",
2827
"xo",
2928
"xoxo",
30-
"hugs",
31-
"kisses",
32-
"happy",
33-
"happiness",
3429
"code",
3530
"quality",
3631
"style",

readme.md

-5
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,3 @@ And [`xo-space/browser`](browser.js) if you're in the browser:
5858

5959
- [eslint-config-xo](https://github.com/xojs/eslint-config-xo) - ESLint shareable config for XO
6060
- [eslint-config-xo-react](https://github.com/xojs/eslint-config-xo-react) - ESLint shareable config for React to be used with the above
61-
62-
63-
## License
64-
65-
MIT © [Sindre Sorhus](https://sindresorhus.com)

0 commit comments

Comments
 (0)