Skip to content

Commit

Permalink
chore: upgrade devDependencies (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Apr 3, 2023
1 parent e168a3a commit bb14999
Show file tree
Hide file tree
Showing 6 changed files with 4,125 additions and 5,070 deletions.
8 changes: 4 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"parser": "@typescript-eslint/parser", // Specifies the ESLint parser
"parser": "@typescript-eslint/parser",
"extends": [
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from the @typescript-eslint/eslint-plugin
"prettier/@typescript-eslint", // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
"plugin:prettier/recommended" // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array
"plugin:@typescript-eslint/recommended",
"prettier",
"plugin:prettier/recommended"
],
"parserOptions": {
"ecmaVersion": 2018, // Allows for the parsing of modern ECMAScript features
Expand Down
Loading

0 comments on commit bb14999

Please sign in to comment.