diff --git a/package.json b/package.json index 7a0aec7..3bdfe38 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@runly/eslint-config", "description": "Shareable ESLint configuration used in Runly client applications", "main": "index.js", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "https://github.com/runlyio/eslint-config.git" diff --git a/style.js b/style.js index fa098a5..9bef563 100644 --- a/style.js +++ b/style.js @@ -8,7 +8,7 @@ module.exports = { // No more bikeshedding on style; just use prettier // https://github.com/not-an-aardvark/eslint-plugin-prettier - "prettier/prettier": ["error", { useTabs: true, trailingComma: "none", arrowParens: "avoid" }], + "prettier/prettier": ["error", { useTabs: true, trailingComma: "none", arrowParens: "avoid", endOfLine: "auto" }], // enforce lowercase kebab case for filenames // we have had issues in the past with case sensitivity & module resolution