diff --git a/index.js b/index.js index 00d8ce2..e55b316 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ export default [{ objects: "always-multiline", imports: "always-multiline", exports: "always-multiline", - functions: "never" + functions: "never", }], "comma-spacing": "error", "comma-style": "error", diff --git a/package.json b/package.json index 7868b50..620cbd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "license": "MIT", "repository": "jakejarvis/eslint-config",