@ariesclark/eslint-config
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -52,3 +52,5 @@ module.exports = { | ||
"object-curly-spacing": ["warn", "always"], | ||
indent: ["warn", "tab"], | ||
indent: ["warn", "tab", { SwitchCase: 1 }], | ||
"no-trailing-spaces": ["warn"], | ||
// this rule is broken. | ||
@@ -55,0 +57,0 @@ // see: https://github.com/typescript-eslint/typescript-eslint/issues/1824 |
{ | ||
"name": "@ariesclark/eslint-config", | ||
"private": false, | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "🚀🎨 An opinionated (and clearly the best) eslint configuration", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -1,3 +0,2 @@ | ||
# @ariesclark/eslint-config 🚀🎨 | ||
An opinionated (and clearly the best) eslint configuration. | ||
![GitHub image](https://raphtalia.ariesclark.com/github/ariesclark/eslint-config/banner?) | ||
@@ -4,0 +3,0 @@ ## Usage |
5697
84
27