Skip to content

Commit

Permalink
npm outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Sep 20, 2023
1 parent e94e6e6 commit ac4265f
Show file tree
Hide file tree
Showing 3 changed files with 1,279 additions and 1,242 deletions.
8 changes: 5 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "prettier"],
"plugins": [
"@typescript-eslint",
"prettier"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
"plugin:prettier/recommended"
],
"rules": {
Expand All @@ -28,4 +30,4 @@
"ecmaVersion": 2018,
"sourceType": "module"
}
}
}
Loading

0 comments on commit ac4265f

Please sign in to comment.