Skip to content

Commit

Permalink
fix(eslint): change imports for new version of eslint-plugin-prettier
Browse files Browse the repository at this point in the history
More information here: https://git.io/JYPY2
  • Loading branch information
hassankhan committed Apr 3, 2021
1 parent c22f65e commit 9b51691
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/eslint-config/src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"plugin:@typescript-eslint/recommended",
"plugin:jest/recommended",
"plugin:jest/style",
"plugin:prettier/recommended",
"prettier/@typescript-eslint"
"plugin:prettier/recommended"
],
"ignorePatterns": ["*.json"],
"parser": "@typescript-eslint/parser",
Expand Down

0 comments on commit 9b51691

Please sign in to comment.