Skip to content

Commit

Permalink
Merge branch 'release/4.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
ravorona committed Nov 3, 2021
2 parents fe52942 + ff24cc6 commit 29b04d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"no-implied-eval": "error",
"no-irregular-whitespace": "error",
"no-iterator": "error",
"no-magic-numbers": "error",
"no-magic-numbers": ["error", {"ignoreArrayIndexes": true, "ignoreDefaultValues": true}],
"no-new-object": "error",
"no-new-require": "error",
"no-new-wrappers": "error",
Expand All @@ -52,6 +52,7 @@
"no-sequences": "error",
"no-template-curly-in-string": "warn",
"no-throw-literal": "error",
"no-undef": "error",
"no-undef-init": "error",
"no-unmodified-loop-condition": "error",
"no-unneeded-ternary": ["error", { "defaultAssignment": false }],
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": "@ravorona/eslint-config",
"version": "4.0.2",
"version": "4.0.3",
"description": "ESLint configuration",
"main": ".eslintrc",
"repository": "[email protected]:ravorona/eslint-config.git",
Expand Down

0 comments on commit 29b04d3

Please sign in to comment.