@jakejarvis/eslint-config
Advanced tools
Comparing version 4.0.4 to 4.0.5
@@ -15,3 +15,3 @@ export default [{ | ||
exports: "always-multiline", | ||
functions: "never" | ||
functions: "never", | ||
}], | ||
@@ -18,0 +18,0 @@ "comma-spacing": "error", |
{ | ||
"name": "@jakejarvis/eslint-config", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
4750