Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 16, 2019
1 parent 265557a commit 01d6e0c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
8 changes: 7 additions & 1 deletion browser.js
Expand Up @@ -3,6 +3,12 @@
module.exports = {
extends: 'xo/browser',
rules: {
indent: [2, 2, {SwitchCase: 1}]
indent: [
'error',
2,
{
SwitchCase: 1
}
]
}
};
8 changes: 7 additions & 1 deletion esnext.js
Expand Up @@ -3,6 +3,12 @@
module.exports = {
extends: 'xo/esnext',
rules: {
indent: [2, 2, {SwitchCase: 1}]
indent: [
'error',
2,
{
SwitchCase: 1
}
]
}
};
8 changes: 7 additions & 1 deletion index.js
Expand Up @@ -3,6 +3,12 @@
module.exports = {
extends: 'xo',
rules: {
indent: [2, 2, {SwitchCase: 1}]
indent: [
'error',
2,
{
SwitchCase: 1
}
]
}
};
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -21,16 +21,11 @@
"browser.js"
],
"keywords": [
"❤️",
"space",
"spaces",
"eslintconfig",
"xo",
"xoxo",
"hugs",
"kisses",
"happy",
"happiness",
"code",
"quality",
"style",
Expand Down
5 changes: 0 additions & 5 deletions readme.md
Expand Up @@ -58,8 +58,3 @@ And [`xo-space/browser`](browser.js) if you're in the browser:

- [eslint-config-xo](https://github.com/xojs/eslint-config-xo) - ESLint shareable config for XO
- [eslint-config-xo-react](https://github.com/xojs/eslint-config-xo-react) - ESLint shareable config for React to be used with the above


## License

MIT © [Sindre Sorhus](https://sindresorhus.com)

0 comments on commit 01d6e0c

Please sign in to comment.