Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
NickBanken committed Nov 17, 2021
2 parents 6e125a4 + b4fa2b3 commit 73a83ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"singleQuote": false,
"arrowParens": "avoid",
"tabWidth": 4,
"trailingComma": "all",
"bracketSpacing": false,
"arrowParens": "avoid",
"endOfLine": "auto",
"jsxBracketSameLine": true,
"overrides": [
{
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 73a83ca

Please sign in to comment.