diff --git a/.prettierrc b/.prettierrc index b3e5fb5..3c998b2 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,10 +1,10 @@ { "singleQuote": false, - "arrowParens": "avoid", "tabWidth": 4, "trailingComma": "all", "bracketSpacing": false, "arrowParens": "avoid", + "endOfLine": "auto", "jsxBracketSameLine": true, "overrides": [ { diff --git a/index.js b/index.js index 345f5b8..bbc92ff 100644 --- a/index.js +++ b/index.js @@ -239,7 +239,6 @@ module.exports = { "react/jsx-max-depth": [WARNING, {max: 5}], "react/jsx-no-comment-textnodes": ERROR, "react/jsx-no-duplicate-props": ERROR, - "react/jsx-no-literals": ERROR, "react/jsx-no-target-blank": ERROR, "react/jsx-no-undef": ERROR, "react/jsx-curly-brace-presence": [ @@ -269,7 +268,6 @@ module.exports = { // Unicorn: additional rules "unicorn/error-message": ERROR, - "unicorn/filename-case": [ERROR, {case: "kebabCase"}], "unicorn/new-for-builtins": ERROR, "unicorn/no-abusive-eslint-disable": WARNING, "unicorn/no-array-instanceof": ERROR, diff --git a/package.json b/package.json index d716df8..550214a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@becode/eslint-config", - "version": "0.12.4", + "version": "0.13.0", "description": "ESLint default configuration for BeCode projects", "repository": { "type": "git",