Skip to content

Commit

Permalink
fix broken package
Browse files Browse the repository at this point in the history
  • Loading branch information
staaky committed May 4, 2022
1 parent 8aa84f9 commit 642b8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'prettier',
'plugin:import/errors',
'plugin:import/typescrconstipt',
'plugin:import/typescript',
'plugin:import/warnings',
'plugin:react/recommended',
'plugin:prettier/recommended',
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": "@bedandbreakfasteu/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "ESLint Config",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 642b8f7

Please sign in to comment.