Skip to content

Commit

Permalink
Dependencies Upgrade (#26)
Browse files Browse the repository at this point in the history
* dependencies upgrade

* license update

* eslint fixes

* dependency added
  • Loading branch information
naveedkhan8067 authored Jan 19, 2024
1 parent 0fe6ddf commit 005bdfe
Show file tree
Hide file tree
Showing 6 changed files with 1,178 additions and 1,242 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright © 2023 Bentley Systems, Incorporated. All rights reserved.
Copyright © 2024 Bentley Systems, Incorporated. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
15 changes: 15 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const iTwinPlugin = require("@itwin/eslint-plugin");

module.exports = [
{
files: ["**/*.ts"],
...iTwinPlugin.configs.iTwinjsRecommendedConfig,
},
{
files: ["**/*.ts"],
rules: {
"prefer-template": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off"
}
},
];
Loading

0 comments on commit 005bdfe

Please sign in to comment.