Skip to content

Commit

Permalink
Merge branch 'release/v5.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed May 10, 2021
2 parents fd7f7b8 + 51e1f00 commit 8b4284c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-joelpurra",
"version": "5.1.0",
"version": "5.1.1",
"description": "Opinionated shareable linting configuration for Javascript/Typescript. By and for Joel Purra.",
"homepage": "https://joelpurra.com/projects/eslint-config-joelpurra/",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/shared-rules.js
Expand Up @@ -55,7 +55,7 @@ const sharedRules = () => ({
"consistent",
],
"import/extensions": "off",
"import/order": "error",
"import/order": "off",
"no-console": "error",
"no-sync": "error",
"no-tabs": [
Expand Down

0 comments on commit 8b4284c

Please sign in to comment.