diff --git a/index.js b/index.js index 1379309..81593d6 100644 --- a/index.js +++ b/index.js @@ -1,9 +1,4 @@ export default [{ - languageOptions: { - ecmaVersion: 2018, - sourceType: "module", - }, - rules: { "brace-style": "error", diff --git a/package.json b/package.json index 1e8fac0..d24f1bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jakejarvis/eslint-config", - "version": "4.0.1", + "version": "4.0.2", "description": "My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.", "license": "MIT", "repository": "jakejarvis/eslint-config",