Skip to content

Commit

Permalink
Use eslint-plugin-unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
knutkirkhorn committed Sep 21, 2022
1 parent c1e451c commit de1449a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
},
"extends": [
"eslint:recommended",
"airbnb-base"
"airbnb-base",
"plugin:unicorn/recommended"
],
"parserOptions": {
"ecmaVersion": 2022,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"eslint": "^8.23.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unicorn": "^43.0.2",
"execa": "^6.1.0"
}
}

0 comments on commit de1449a

Please sign in to comment.