Skip to content

Commit

Permalink
Bump packages and version to 7.0.0 (#771)
Browse files Browse the repository at this point in the history
* add no-nested-terenary

* update packages and version

* update deprecated rule
  • Loading branch information
Senderek authored Aug 22, 2023
1 parent a454297 commit 74f3889
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 237 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-object-literal-type-assertion": "off",
"@typescript-eslint/no-parameter-properties": "error",
"@typescript-eslint/parameter-properties": "error",
"@typescript-eslint/no-unused-expressions": "warn",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-var-requires": "error",
Expand Down Expand Up @@ -332,6 +332,7 @@
"no-extra-boolean-cast": "warn",
"no-empty-pattern": "warn",
"eslint-comments/disable-enable-pair": ["warn", { "allowWholeFile": true }],
"promise/catch-or-return": "off"
"promise/catch-or-return": "off",
"no-nested-ternary": "warn"
}
}
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2022 NewOrbit Ltd
Copyright 2023 NewOrbit Ltd

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
Loading

0 comments on commit 74f3889

Please sign in to comment.